From: quix0r 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=cb8b03125e077677f7ae041be808995eb601d955;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(); }