From: Roland Häder Date: Tue, 2 Oct 2012 15:15:37 +0000 (+0000) Subject: Added debug line X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6e221d24a567d71743ede26055afb63352c1a07c Added debug line --- diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index 82ed05247a..6495a05b65 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -1042,6 +1042,7 @@ function createNewExtensionTask ($ext_name) { $taskId = determineTaskIdBySubject($subject); // Not installed and do we have created a task for the admin? + /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . $ext_name . ',taskId[' . gettype($taskId) . ']=' . $taskId); if (((is_null($taskId)) || ($taskId == '0')) && (!isExtensionInstalled($ext_name))) { // Set default message if ext-foo is missing $message = '{%message,ADMIN_EXTENSION_TEXT_FILE_MISSING=' . $ext_name . '%}';