svn commit: r672 - trunk/mapbender/http/php/mod_createUser.php

astrid_emde at osgeo.org astrid_emde at osgeo.org
Thu Jul 20 04:11:50 EDT 2006


Author: astrid_emde
Date: 2006-07-20 08:11:50+0000
New Revision: 672

Modified:
   trunk/mapbender/http/php/mod_createUser.php

Log:
litte error fixed

Modified: trunk/mapbender/http/php/mod_createUser.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/mod_createUser.php?view=diff&rev=672&p1=trunk/mapbender/http/php/mod_createUser.php&p2=trunk/mapbender/http/php/mod_createUser.php&r1=671&r2=672
==============================================================================
--- trunk/mapbender/http/php/mod_createUser.php	(original)
+++ trunk/mapbender/http/php/mod_createUser.php	2006-07-20 08:11:50+0000
@@ -171,10 +171,10 @@
 		while ($gui->guiExists($gui_newName2)) {
 			$gui_newName2 .= "_1";
 		}
-		while ($gui->guiExists($gui_newName2)) {
+		while ($gui->guiExists($gui_newName3)) {
 			$gui_newName3 .= "_1";
 		}
-		while ($gui->guiExists($gui_newName2)) {
+		while ($gui->guiExists($gui_newName4)) {
 			$gui_newName4 .= "_1";
 		}
 		//create gui_(name) and gui1_(name)




More information about the Mapbender_commits mailing list