Naming convention applied
[mailer.git] / inc / modules / admin / what-list_task.php
index 20c2b1b3b94acb86e4c0585cdda0bbfb0e4692e0..3a4fccd5cb8225ffe64020d7008812537d3ecb7d 100644 (file)
@@ -129,10 +129,10 @@ ORDER BY userid DESC, task_type DESC, subject, task_created DESC", __FILE__, __L
                }
 
                // There are uncompleted jobs!
-               $eval = "\$TYPE = ADMIN_OVERVIEW_TASK_".strtoupper($_GET['type'])."_TYPE;";
+               $eval = "\$type = ADMIN_OVERVIEW_TASK_".strtoupper($_GET['type'])."_TYPE;";
                eval($eval);
                LOAD_TEMPLATE("admin_overview_header_task", false, array(
-                       'message' => $TYPE,
+                       'message' => $type,
                        'type'    => $_GET['type']
                ));
                $SW = 2;