Task-create functions does now return a task id. We use that to help registering...
[mailer.git] / inc / modules / order.php
index 3964d689f937f069813fc85fcdc9bda2316d257f..338a6530b692843c21bc028b2f2c3565dba32c32 100644 (file)
@@ -106,7 +106,7 @@ if (empty($url)) {
                // Notify admins about this
                sendAdminNotification(getMessage('ADMIN_NEW_QUEUE'), 'order-admin', $content, getMemberId());
 
-               // Create new task
+               // Create new task (we ignore the task id here)
                createNewTask(
                        '{--ADMIN_NEW_QUEUE--}',
                        '<pre>'.loadEmailTemplate('order-admin', $content, getMemberId()).'</pre>',