From 241b83d74bf66d6cafd0bfbac24fba40397f062e Mon Sep 17 00:00:00 2001 From: stubbfel Date: Wed, 7 Aug 2013 11:30:01 +0200 Subject: [PATCH] fix #143 --- geoapi/config/config.db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoapi/config/config.db.php b/geoapi/config/config.db.php index 14d61bd..52c27e0 100644 --- a/geoapi/config/config.db.php +++ b/geoapi/config/config.db.php @@ -26,7 +26,7 @@ class DBConfig { * user of the database * @var string */ - public static $sqlDBUser = "geodb"; + public static $sqlDBUser = "geoDB"; /** * password of the database