diff options
author | M.Gergo | 2021-06-15 19:20:05 +0200 |
---|---|---|
committer | M.Gergo | 2021-06-15 19:20:05 +0200 |
commit | a50bf390cca05255feebfdce6bb70cdbb6c52733 (patch) | |
tree | a631105ec8e681a91fc9c735b3eff447143c3a1d /mayor-orig/mayor-naplo/www/include/modules | |
parent | 1467d3ca575dabdbc7e0255a671457d0467f422d (diff) | |
download | mayor-rev4793.tar.gz mayor-rev4793.zip |
Rev: 4793rev4793
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)) { |