From 0b3c067e92787167d135981d4fe6f3a039bad0af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 8 Mar 2011 12:56:06 +0000 Subject: [PATCH] Reverted previous commit, this is an unfinished area --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 2c0f1b4480..cb8212eb88 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); - //* DEBUG: */ die(__FUNCTION__.':
content=
'.print_r($content, true).'
'); + die('Unfinished area:
'.__FUNCTION__.':
content=
'.print_r($content, true).'
'); } // END - if // Free result -- 2.39.2