]> git.mxchange.org Git - mailer.git/commitdiff
Developer debug line commented out, sorry@all
authorRoland Häder <roland@mxchange.org>
Mon, 23 Aug 2010 11:25:25 +0000 (11:25 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Aug 2010 11:25:25 +0000 (11:25 +0000)
inc/extensions-functions.php

index 27c9a11590503a3265c02848e45ea8baa0b86e26..56b13139233641a43fc96f909203116343b8d5e6 100644 (file)
@@ -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;
 }