From: quix0r Date: Mon, 23 Aug 2010 11:25:25 +0000 (+0000) Subject: Developer debug line commented out, sorry@all X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5355ada077bbc2e511ef973b8d0e5e221969d61d;p=mailer.git Developer debug line commented out, sorry@all --- diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index 27c9a11590..56b1313923 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -1467,7 +1467,7 @@ function initExtensionSqls ($force = false) { // Adds SQLs to the SQLs array but "assigns" it with current extension name function addExtensionSql ($sql) { // Add it - /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . getCurrentExtensionName() . ',ext_version=' . getCurrentExtensionVersion() . ',sql=' . $sql); + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . getCurrentExtensionName() . ',ext_version=' . getCurrentExtensionVersion() . ',sql=' . $sql); $GLOBALS['ext_sqls'][getCurrentExtensionName()][getCurrentExtensionVersion()][] = $sql; }