mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 00:12:14 +02:00
bug 549: fix uninitialized variable PHP warning in calendar
git-svn-id: http://piwigo.org/svn/trunk@1558 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -329,6 +329,7 @@ function build_month_calendar()
|
||||
$query.= '
|
||||
GROUP BY period';
|
||||
|
||||
$items=array();
|
||||
$result = pwg_query($query);
|
||||
while ($row = mysql_fetch_array($result))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user