diff options
Diffstat (limited to 'mayor-orig/mayor-naplo/www/include/modules')
-rw-r--r-- | mayor-orig/mayor-naplo/www/include/modules/naplo/share/kepesites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/kepesites.php b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/kepesites.php index 4315e64b..34e73988 100644 --- a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/kepesites.php +++ b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/kepesites.php @@ -17,7 +17,7 @@ } - function getTanarKepesitesIds($tanarIds) { + function getTanarKepesitesIds($tanarIds = null) { $q = "SELECT tanarId, kepesitesId FROM tanarKepesites"; if (is_array($tanarIds)) { |