forked from extern/egroupware
small fix
This commit is contained in:
parent
3a5d9ed79f
commit
65d4d6b484
@ -323,7 +323,7 @@
|
|||||||
{
|
{
|
||||||
$content .= $GLOBALS['phpgw']->html->image($app,$name,lang($name),'border="0" width="15" height="15"').' ';
|
$content .= $GLOBALS['phpgw']->html->image($app,$name,lang($name),'border="0" width="15" height="15"').' ';
|
||||||
}
|
}
|
||||||
$content = '<p style="margin: 0px">'.$GLOBALS['phpgw']->html->a_href($content.' '.$title,$view).'</p>';
|
$content = $GLOBALS['phpgw']->html->a_href($content.' '.$title,$view).'<br>';
|
||||||
|
|
||||||
$to_include[] = array(
|
$to_include[] = array(
|
||||||
'starttime' => $info['info_startdate'],
|
'starttime' => $info['info_startdate'],
|
||||||
@ -334,7 +334,7 @@
|
|||||||
'content' => $content
|
'content' => $content
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if ($total <= $start+count($infos))
|
if ($total <= ($start+=count($infos)))
|
||||||
{
|
{
|
||||||
break; // no more availible
|
break; // no more availible
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user