summaryrefslogtreecommitdiffstats
path: root/code/db.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
committerneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
commite90e38401db578819240d4827597cdec61d0727d (patch)
tree257bd4182bad06c62759ed8d8403fd3c3e17e287 /code/db.inc.php
parentc787833e7cbd2c33257a963e4bc99a3f7dc97cd7 (diff)
downloadneon-e90e38401db578819240d4827597cdec61d0727d.tar
neon-e90e38401db578819240d4827597cdec61d0727d.zip
config.inc.php angepasst. Formatierung verbessert.
Diffstat (limited to 'code/db.inc.php')
-rw-r--r--code/db.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/db.inc.php b/code/db.inc.php
index 57547cd..72f9025 100644
--- a/code/db.inc.php
+++ b/code/db.inc.php
@@ -6,5 +6,5 @@
$GLOBALS['db'] = &ADONewConnection($config['driver']);
$GLOBALS['db']->PConnect($config['server'], $config['user'],
- $config['password'], $config['db']);
+ $config['password'], $config['db']);
?>