diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-05 02:26:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-05 02:26:58 +0000 |
commit | ef77dac315831446c72fbd1f1746db94d12f1207 (patch) | |
tree | abf3ec45d780a7726a8b66c162ccf38b2316daa0 /admin/picture_modify.php | |
parent | a55cf25bdf2fc5b5056c5f25ecc5dd21ee17c245 (diff) |
- remove unused functions get_month_list and get_day_list
git-svn-id: http://piwigo.org/svn/trunk@2252 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/picture_modify.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 6e320e902..abf11aa2a 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -308,7 +308,6 @@ else } -get_month_list('date_creation_month', $month); $month_list = $lang['month']; $month_list[0]='------------'; ksort($month_list); |