mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix for planner.
This commit is contained in:
parent
64c1cff551
commit
daba675559
@ -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\',
|
||||||
|
Loading…
Reference in New Issue
Block a user