A lot naming conventions applied, TODOs.txt updated
[mailer.git] / inc / modules / admin / overview-inc.php
index 73077463a7090f2e2a0b18a1478ec1e46e318cb5..1b85cbead7f86951fc864885b97bacdd709d16ad 100644 (file)
@@ -162,7 +162,7 @@ LIMIT 1",
 
                                $add = '';
                                // @TODO Rewrite this to a filter
-                               if ($taskData['task_type'] == 'SUPPORT_MEMBER') {
+                               if ($taskData['task_type'] == 'MEMBER_SUPPORT') {
                                        $mode = substr($taskData['text'], 0, strpos($taskData['text'], ':'));
                                        $taskData['text'] = substr($taskData['text'], strpos($taskData['text'], ':') + 1);
                                        $add = '<li>{--ADMIN_TASK_SUPPORT_MODE--}: <strong>' . $mode . '</strong></li>';
@@ -311,7 +311,7 @@ LIMIT 1",
                                                } // END - if
                                                break;
 
-                                       case 'SUPPORT_MEMBER': // Assign on member's support request
+                                       case 'MEMBER_SUPPORT': // Assign on member's support request
                                                // @TODO This may also be rewritten to include files
                                                switch ($mode) {
                                                        default: // @TODO Unknown support mode