phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] preferences/inc class.uicategories.inc.php,1.29


From: powerstat
Subject: [Phpgroupware-cvs] preferences/inc class.uicategories.inc.php,1.29
Date: Wed, 4 May 2005 15:39:00 +0200

Update of preferences/inc

Modified Files:
     Branch: MAIN
            class.uicategories.inc.php lines: +2 -2

Log Message:
Fixes deprecated (since 2003) call by reference functions calls. All function 
declarations were already correct.

====================================================
Index: preferences/inc/class.uicategories.inc.php
diff -u preferences/inc/class.uicategories.inc.php:1.28 
preferences/inc/class.uicategories.inc.php:1.29
--- preferences/inc/class.uicategories.inc.php:1.28     Sun Apr 17 15:14:31 2005
+++ preferences/inc/class.uicategories.inc.php  Wed May  4 13:39:05 2005
@@ -231,7 +231,7 @@

                        for ($i=0; $i < count($cats); ++$i)
                        {
-                               
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template); 
// pass-by-reference DEPRECATED
+                               
$this->nextmatchs->template_alternate_row_color($GLOBALS['phpgw']->template); 
// pass-by-reference DEPRECATED

                                if ($cats[$i]['app_name'] == 'phpgw')
                                {






reply via email to

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