- remove unused functions get_month_list and get_day_list

git-svn-id: http://piwigo.org/svn/trunk@2252 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2008-03-05 02:26:58 +00:00
commit ef77dac315
2 changed files with 0 additions and 73 deletions

View file

@ -308,7 +308,6 @@ else
}
get_month_list('date_creation_month', $month);
$month_list = $lang['month'];
$month_list[0]='------------';
ksort($month_list);