From 4d8ff7d151669bf87e4d0cda991be55236ea3381 Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 8 Mar 2011 12:53:57 +0000 Subject: [PATCH] Removed debug die() call --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5