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);
}
}
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs