Skip to content

Commit

Permalink
bug 549: fix uninitialized variable PHP warning in calendar
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@1558 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Oct 8, 2006
1 parent 31e12d0 commit 3c6dcdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/calendar_monthly.class.php
Expand Up @@ -329,6 +329,7 @@ function build_month_calendar()
$query.= '
GROUP BY period';

$items=array();
$result = pwg_query($query);
while ($row = mysql_fetch_array($result))
{
Expand Down

0 comments on commit 3c6dcdf

Please sign in to comment.