From 9aea37564ade675024cc31d7593ead0c89038920 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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.30.2