]> wagnertech.de Git - timetracker.git/commitdiff
Removed debug option set in getConnection().
authorNik Okuntseff <support@anuko.com>
Tue, 19 Jul 2016 19:43:22 +0000 (19:43 +0000)
committerNik Okuntseff <support@anuko.com>
Tue, 19 Jul 2016 19:43:22 +0000 (19:43 +0000)
Non needed for production systems.

WEB-INF/lib/common.lib.php
WEB-INF/templates/footer.tpl

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;
index f00c6c8ee7284d450b58c742b389564c539cd645..1a7c40b7ee3b07df922038ca86a3d97d75c46333 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.9.26.3505 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.26.3506 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>