diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 9d321f27d..d8ef18d90 100644 --- a/lib/common.php +++ b/lib/common.php @@ -70,7 +70,8 @@ $config = 'user' => 'update', 'resource' => 'uniquename', 'password' => 'blahblahblah', - 'host' => NULL), # only set if != server + 'host' => NULL, # only set if != server + 'debug' => false), # print extra debug info ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |