phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: preferences preferences.php,1.13,1.13.2.1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences preferences.php,1.13,1.13.2.1
Date: Sun, 14 Apr 2002 23:29:08 -0400

Update of /cvsroot/phpgroupware/preferences
In directory subversions:/tmp/cvs-serv13210/preferences

Modified Files:
      Tag: Version-0_9_14-branch
        preferences.php 
Log Message:
Fixed Call-by-reference.

Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/preferences.php,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -r1.13 -r1.13.2.1
*** preferences.php     11 Jan 2002 14:04:08 -0000      1.13
--- preferences.php     15 Apr 2002 03:29:05 -0000      1.13.2.1
***************
*** 72,76 ****
  
                $_appname = check_app();
!               
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color(&$t);
                $t->set_var('row_name',lang($label_name));
  
--- 72,76 ----
  
                $_appname = check_app();
!               $GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($t);
                $t->set_var('row_name',lang($label_name));
  
***************
*** 121,125 ****
                }
  
!               
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color(&$t);
  
                $t->set_var('row_name',lang($label_name));
--- 121,125 ----
                }
  
!               $GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($t);
  
                $t->set_var('row_name',lang($label_name));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]