[Mapbender-commits] r5948 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Apr 12 09:24:05 EDT 2010


Author: verenadiewald
Date: 2010-04-12 09:24:04 -0400 (Mon, 12 Apr 2010)
New Revision: 5948

Modified:
   trunk/mapbender/http/php/mod_editFilteredUser.php
Log:
check if element var withPasswordInsertion is set

Modified: trunk/mapbender/http/php/mod_editFilteredUser.php
===================================================================
--- trunk/mapbender/http/php/mod_editFilteredUser.php	2010-04-12 11:58:10 UTC (rev 5947)
+++ trunk/mapbender/http/php/mod_editFilteredUser.php	2010-04-12 13:24:04 UTC (rev 5948)
@@ -43,6 +43,9 @@
 	
 	$myPW = "**********";
 	echo "var myPW = '".$myPW."';";
+	if(!$withPasswordInsertion) {
+		$withPasswordInsertion = "true";
+	}
 	echo "var withPasswordInsertion = '" . $withPasswordInsertion . "';";
 ?>
 </script>



More information about the Mapbender_commits mailing list