mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
Fixed Call-by-reference.
This commit is contained in:
parent
3eebfd63fd
commit
c37d99ea26
@ -71,7 +71,7 @@
|
||||
global $t;
|
||||
|
||||
$_appname = check_app();
|
||||
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color(&$t);
|
||||
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($t);
|
||||
$t->set_var('row_name',lang($label_name));
|
||||
|
||||
if (is_forced_value($_appname,$preference_name))
|
||||
@ -120,7 +120,7 @@
|
||||
return True;
|
||||
}
|
||||
|
||||
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color(&$t);
|
||||
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($t);
|
||||
|
||||
$t->set_var('row_name',lang($label_name));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user