From: Roland Häder Date: Sat, 7 Mar 2009 06:55:20 +0000 (+0000) Subject: Remaining debug lines commented out X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=51c6ad72422e13bfae559bf116b54baee68cd1e5 Remaining debug lines commented out --- diff --git a/inc/db/lib-mysql3.php b/inc/db/lib-mysql3.php index d7f8aa6c58..56ebf64d1b 100644 --- a/inc/db/lib-mysql3.php +++ b/inc/db/lib-mysql3.php @@ -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."
\n"; + //* DEBUG: */ print __LINE__.":".$sql."
\n"; $result = SQL_QUERY($sql, $F, $L, false); } // END - if } else { // Other ALTER TABLE query - /* DEBUG: */ print __LINE__.":".$sql."
\n"; + //* DEBUG: */ print __LINE__.":".$sql."
\n"; $result = SQL_QUERY($sql, $F, $L, false); }