]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/common.lib.php
Removed debug option set in getConnection().
[timetracker.git] / WEB-INF / lib / common.lib.php
index b419860c7228c6e0392dbd0f3fc40335044a2387..2f3fd5b263362eb32fab3d7520078fc1a3045a8e 100644 (file)
@@ -122,7 +122,6 @@ function import($class_name) {
                        die($mdb2->getMessage());
                        }
 
-                       $mdb2->setOption('debug', true);
                        $mdb2->setFetchMode(MDB2_FETCHMODE_ASSOC);
                        
                        $GLOBALS["_MDB2_CONNECTION"] = $mdb2;