X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_task.php;h=5f9da909cd0a13fc6ab98217de615026909b6ab0;hb=754861aaacc51a871b8b91f382c3e0b57726f692;hp=ff171fded3ed00434a2c63579fea731040161ed2;hpb=e5527fd38a6585c8466dc28d013f12d21eb7c07a;p=mailer.git diff --git a/inc/modules/admin/what-list_task.php b/inc/modules/admin/what-list_task.php index ff171fded3..5f9da909cd 100644 --- a/inc/modules/admin/what-list_task.php +++ b/inc/modules/admin/what-list_task.php @@ -74,7 +74,7 @@ switch (getRequestElement('type')) { break; default: // Unknown type - logDebugMessage(__FILE__, __LINE__, sprintf("Unknown task type %s detected.", getRequestElement('type'))); + logDebugMessage(__FILE__, __LINE__, sprintf('Unknown task type %s detected.', getRequestElement('type'))); displayMessage('{%message,ADMIN_TASK_UNKNOWN_MODE' . getRequestElement('type') . '%}'); break; } // END - switch @@ -121,7 +121,7 @@ ORDER BY } // END - foreach } else { // Unknown action performed - reportBug(__FILE__, __LINE__, sprintf("Unknown task action performed. data=
%s
", print_r(postRequestArray(), TRUE))); + reportBug(__FILE__, __LINE__, sprintf('Unknown task action performed. data=
%s
', print_r(postRequestArray(), TRUE))); } // Update query