From: Roland Häder Date: Tue, 26 Oct 2010 16:21:50 +0000 (+0000) Subject: Debug line commented out X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e83dbfb5d6129bf7f56b1240a88dc82f170e025;p=mailer.git Debug line commented out --- 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(); }