]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
lcase tname
[quix0rs-gnu-social.git] / lib / common.php
index 9d321f27d4800170d82b216306d828727ea37ebc..d8ef18d90796e0da79c9331139d277e6c7a437e9 100644 (file)
@@ -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');