mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
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++)
|
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')
|
if ($cats[$i]['app_name'] == 'phpgw')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user