From 0e83dbfb5d6129bf7f56b1240a88dc82f170e025 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 26 Oct 2010 16:21:50 +0000 Subject: [PATCH] Debug line commented out --- inc/language-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/language-functions.php b/inc/language-functions.php index 8ea861076e..db660ff257 100644 --- a/inc/language-functions.php +++ b/inc/language-functions.php @@ -70,7 +70,7 @@ function getMaskedMessage ($messageId, $data) { // Init messages function initMessages () { - /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'getLanguage()=' . getLanguage()); + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'getLanguage()=' . getLanguage()); $GLOBALS['messages'][getLanguage()] = array(); } -- 2.39.5