From: Roland Häder Date: Tue, 8 Mar 2011 12:53:57 +0000 (+0000) Subject: Removed debug die() call X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=9aea37564ade675024cc31d7593ead0c89038920 Removed debug die() call --- diff --git a/inc/functions.php b/inc/functions.php index 1c9820ccef..2c0f1b4480 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2217,7 +2217,7 @@ function generateAdminMailLinks ($mailType, $mailId) { if (SQL_NUMROWS($result) == 1) { // Load the entry $content = SQL_FETCHARRAY($result); - die(__FUNCTION__.':
content=
'.print_r($content, true).'
'); + //* DEBUG: */ die(__FUNCTION__.':
content=
'.print_r($content, true).'
'); } // END - if // Free result