From cb8b03125e077677f7ae041be808995eb601d955 Mon Sep 17 00:00:00 2001 From: quix0r 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