]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
Remaining debug lines commented out
[mailer.git] / inc / db / lib-mysql3.php
index d7f8aa6c5802436dde681a88166b2aab84669d75..56ebf64d1bfda1e70f23b9227b92129171803a2c 100644 (file)
@@ -419,12 +419,12 @@ function SQL_ALTER_TABLE ($sql, $F, $L) {
                // Shall we run it?
                if (!$skip) {
                        // Send it to the SQL_QUERY() function
-                       /* DEBUG: */ print __LINE__.":".$sql."<br />\n";
+                       //* DEBUG: */ print __LINE__.":".$sql."<br />\n";
                        $result = SQL_QUERY($sql, $F, $L, false);
                } // END - if
        } else {
                // Other ALTER TABLE query
-               /* DEBUG: */ print __LINE__.":".$sql."<br />\n";
+               //* DEBUG: */ print __LINE__.":".$sql."<br />\n";
                $result = SQL_QUERY($sql, $F, $L, false);
        }