[Fusionforge-commits] r8429 - branches/Branch_4_8/gforge/www/soap/common

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Fri Nov 20 11:43:19 CET 2009


Author: aljeux
Date: 2009-11-20 11:43:19 +0100 (Fri, 20 Nov 2009)
New Revision: 8429

Modified:
   branches/Branch_4_8/gforge/www/soap/common/user.php
Log:
Fix php warning in soap getUsersByName

Modified: branches/Branch_4_8/gforge/www/soap/common/user.php
===================================================================
--- branches/Branch_4_8/gforge/www/soap/common/user.php	2009-11-20 10:43:06 UTC (rev 8428)
+++ branches/Branch_4_8/gforge/www/soap/common/user.php	2009-11-20 10:43:19 UTC (rev 8429)
@@ -100,7 +100,7 @@
 }
 
 //get user objects for array of unix_names
-function &getUsersByName($session_ser,$user_names) {
+function getUsersByName($session_ser,$user_names) {
 	continue_session($session_ser);
 	$usrs =& user_get_objects_by_name($user_names);
 	if (!$usrs) {




More information about the Fusionforge-commits mailing list