Removed debug option set in getConnection().
[timetracker.git] / WEB-INF / lib / common.lib.php
index b419860..2f3fd5b 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;