summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@dev.controlezvous.ca>2008-07-14 10:02:09 -0400
committerEvan Prodromou <evan@dev.controlezvous.ca>2008-07-14 10:02:09 -0400
commite81361812f502d54df0958198a95ada9d8703cbe (patch)
tree7807aee722735bd15a9ef28a5caa91efffc72597 /lib/common.php
parent71afb53de6de529b0c6d20f57bfdca7502d1b79a (diff)
debugging changes on development server
darcs-hash:20080714140209-d018c-02b3372603f4a012c230f0fffb6e7f29e43e013a.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php3
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');