[Mapbender-commits] r5171 - trunk/mapbender/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 12 08:21:22 EST 2009


Author: astrid_emde
Date: 2009-12-12 08:21:22 -0500 (Sat, 12 Dec 2009)
New Revision: 5171

Modified:
   trunk/mapbender/resources/db/update.sh
Log:


Modified: trunk/mapbender/resources/db/update.sh
===================================================================
--- trunk/mapbender/resources/db/update.sh	2009-12-12 13:20:11 UTC (rev 5170)
+++ trunk/mapbender/resources/db/update.sh	2009-12-12 13:21:22 UTC (rev 5171)
@@ -91,11 +91,11 @@
 
 #show Database Configuration
 function set_db_config(){
-  $DBVERSION = $1
-  $DBHOST = $2
-  $DBPORT = $3
-  $DBNAME = $4
-  $DBUSER = $5
+  set $DBVERSION = $1
+  set $DBHOST = $2
+  set $DBPORT = $3
+  set $DBNAME = $4
+  set $DBUSER = $5
 }
 
 function run_mysql_update(){



More information about the Mapbender_commits mailing list