phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] eldaptir viewou.php,1.23


From: powerstat
Subject: [Phpgroupware-cvs] eldaptir viewou.php,1.23
Date: Wed, 4 May 2005 15:37:00 +0200

Update of eldaptir

Modified Files:
     Branch: MAIN
            viewou.php lines: +2 -2

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

====================================================
Index: eldaptir/viewou.php
diff -u eldaptir/viewou.php:1.22 eldaptir/viewou.php:1.23
--- eldaptir/viewou.php:1.22    Tue Apr 22 20:26:15 2003
+++ eldaptir/viewou.php Wed May  4 13:37:14 2005
@@ -133,7 +133,7 @@
                {
                        $dn = $entry['dn'];

-                       
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
+                       
$GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($GLOBALS['phpgw']->template);

                        $GLOBALS['phpgw']->template->set_var('row_loginid',$dn);
                        if ($entry['givenname'][0])






reply via email to

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