phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] qmailldap/inc class.uiqmailldap.inc.php,1.17


From: powerstat
Subject: [Phpgroupware-cvs] qmailldap/inc class.uiqmailldap.inc.php,1.17
Date: Wed, 4 May 2005 15:53:00 +0200

Update of qmailldap/inc

Modified Files:
     Branch: MAIN
            class.uiqmailldap.inc.php lines: +3 -3

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

====================================================
Index: qmailldap/inc/class.uiqmailldap.inc.php
diff -u qmailldap/inc/class.uiqmailldap.inc.php:1.16 
qmailldap/inc/class.uiqmailldap.inc.php:1.17
--- qmailldap/inc/class.uiqmailldap.inc.php:1.16        Mon Mar 14 12:03:10 2005
+++ qmailldap/inc/class.uiqmailldap.inc.php     Wed May  4 13:53:21 2005
@@ -243,7 +243,7 @@
                                                                'pagenumber'    
=> 15,
                                                                'serverid'      
        => $serverid
                                                        );
-                                                       
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
+                                                       
$this->nextmatchs->template_alternate_row_color($GLOBALS['phpgw']->template);
                                                        
$GLOBALS['phpgw']->template->set_var('delete_route_link',$GLOBALS['phpgw']->link('/index.php',$linkData));
                                                        
$GLOBALS['phpgw']->template->parse('smtproute_rows','smtproute_row',True);
                                                }
@@ -361,7 +361,7 @@
                                                'serverid'              => 
$serverList[$i]['id']
                                        );
                                        
$GLOBALS['phpgw']->template->set_var('delete_link',$GLOBALS['phpgw']->link('/index.php',$linkData));
-                                       
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
+                                       
$this->nextmatchs->template_alternate_row_color($GLOBALS['phpgw']->template);
                                        
$GLOBALS['phpgw']->template->parse('rows','row',True);
                                }
                        }






reply via email to

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