]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/common.lib.php
Some rearrangements in translation files.
[timetracker.git] / WEB-INF / lib / common.lib.php
index b419860c7228c6e0392dbd0f3fc40335044a2387..81c870f8c7a77f37aabf8240cbc745624742853d 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;
@@ -131,13 +130,6 @@ function import($class_name) {
        }
 
 
-       function closeConnection() {
-               if (isset($GLOBALS["_DB_CONNECTION"])) {
-                       $GLOBALS["_DB_CONNECTION"]->close();
-                       unset($GLOBALS["_DB_CONNECTION"]);
-               }
-       }
-
 // time_to_decimal converts a time string such as 1:15 to its decimal representation such as 1.25 or 1,25.
 function time_to_decimal($val) {
   global $user;