Fix for planner.

This commit is contained in:
skeeter 2002-07-16 02:04:16 +00:00
parent 64c1cff551
commit daba675559

View File

@ -1321,10 +1321,8 @@
{ {
echo \'<!-- For Date : \'.$v.\' : Count of items : \'.count($daily).\' -->\'."\n"; echo \'<!-- For Date : \'.$v.\' : Count of items : \'.count($daily).\' -->\'."\n";
} }
for($g=0;$g<count($daily);$g++) while (list($nul,$event) = @each($daily))
{ {
$event = $daily[$g];
$view = $html->link(\'/index.php\', $view = $html->link(\'/index.php\',
array( array(
\'menuaction\' => \'calendar.uicalendar.view\', \'menuaction\' => \'calendar.uicalendar.view\',