phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc class.uicurrentsessions.inc.php, 1.9 class.


From: powerstat
Subject: [Phpgroupware-cvs] admin/inc class.uicurrentsessions.inc.php, 1.9 class.uiaclmanager.inc.php, 1.14
Date: Wed, 4 May 2005 16:04:00 +0200

Update of admin/inc

Modified Files:
     Branch: MAIN
            class.uicurrentsessions.inc.php lines: +2 -2
            class.uiaclmanager.inc.php lines: +3 -3

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

====================================================
Index: admin/inc/class.uicurrentsessions.inc.php
diff -u admin/inc/class.uicurrentsessions.inc.php:1.8 
admin/inc/class.uicurrentsessions.inc.php:1.9
--- admin/inc/class.uicurrentsessions.inc.php:1.8       Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uicurrentsessions.inc.php   Wed May  4 14:04:22 2005
@@ -110,7 +110,7 @@

                        while (list(,$value) = @each($values))
                        {
-                               
$this->nextmatchs->template_alternate_row_color(&$this->template);
+                               
$this->nextmatchs->template_alternate_row_color($this->template);

                                
$this->template->set_var('row_loginid',$value['session_lid']);


====================================================
Index: admin/inc/class.uiaclmanager.inc.php
diff -u admin/inc/class.uiaclmanager.inc.php:1.13 
admin/inc/class.uiaclmanager.inc.php:1.14
--- admin/inc/class.uiaclmanager.inc.php:1.13   Thu Dec 30 07:38:14 2004
+++ admin/inc/class.uiaclmanager.inc.php        Wed May  4 14:04:22 2005
@@ -212,7 +212,7 @@
                                {
                                        if ($admin['lastname'] != 'Group')
                                        {
-                                               
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
+                                               
$this->nextmatchs->template_alternate_row_color($GLOBALS['phpgw']->template);

                                                
$GLOBALS['phpgw']->template->set_var(array
                                                                                
     (
@@ -225,7 +225,7 @@
                                        }
                                        elseif ($admin['lastname'] == 'Group')
                                        {
-                                               
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
+                                               
$this->nextmatchs->template_alternate_row_color($GLOBALS['phpgw']->template);

                                                
$GLOBALS['phpgw']->template->set_var(array
                                                                                
     (






reply via email to

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