another Call-time pass-by-reference

This commit is contained in:
Lars Kneschke 2004-03-25 06:17:55 +00:00
parent 38fb73e9b0
commit 5d481b5d94

View File

@ -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')
{