forked from extern/egroupware
another Call-time pass-by-reference
This commit is contained in:
parent
38fb73e9b0
commit
5d481b5d94
@ -174,7 +174,7 @@
|
||||
|
||||
for ($i=0;$i<count($cats);$i++)
|
||||
{
|
||||
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
|
||||
$this->nextmatchs->template_alternate_row_color($GLOBALS['phpgw']->template);
|
||||
|
||||
if ($cats[$i]['app_name'] == 'phpgw')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user