fix fixed;)
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / database.inc
index 5232f30923cccd724e8aa97dee97a79ed6a6c088..8fcef4eda017d344ca0b7bba3f6e2f3337c6a3d9 100644 (file)
@@ -88,7 +88,7 @@ function query($sql) {
 
        $this->_queryId = mysql_query($sql,$this->_linkId);
 
-       if ((isset($_SESSION['debugging']) && $_SESSION['debugging']) {
+       if ((isset($_SESSION['debugging']) && $_SESSION['debugging'])) {
                echo $sql;
                global $timer_start;
                echo "<BR>".SubStr((Time()+SubStr(MicroTime(),0,8)-$timer_start),0,7);
This page took 0.107084 seconds and 4 git commands to generate.