]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/overview-inc.php
Surfbar member actions now listable
[mailer.git] / inc / modules / admin / overview-inc.php
index 23501fea9938f4b76b100f23e5a985fa9f8b8c4e..f77e1e00fe14fc484e6fae7b92d0e22ff98ca4e8 100644 (file)
@@ -410,8 +410,10 @@ function OUTPUT_SELECTED_TASKS($_POST, $result_tasks) {
                                        $admin = "<FONT class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</FONT>";
                                }
                        }
-                       $evl = "\$type_out = ADMIN_TASK_IS_".strtoupper($type).";";
-                       eval($evl);
+
+                       // Get task type
+                       $type_out = constant('ADMIN_TASK_IS_'.strtoupper($type).'');
+
                        $type2 = substr($text, 0, strpos($text, ":"));
                        // Generate infos
                        switch ($type)
@@ -421,16 +423,15 @@ function OUTPUT_SELECTED_TASKS($_POST, $result_tasks) {
                                $infos = substr($subj, 1, strpos($subj, ":") - 1);
                                break;
                        }
-                       if ($uid > 0)
-                       {
+
+                       if ($uid > 0) {
                                // Member found otherwise it's a system task
                                $uid = ADMIN_USER_PROFILE_LINK($uid);
-                       }
-                        else
-                       {
+                       } else {
                                $uid = "<I>".ADMIN_IS_SYSTEM_TASK."</I>";
                        }
 
+                       // Prepare content
                        $content = array(
                                'sw'      => $SW,
                                'id'      => $id,
@@ -441,7 +442,10 @@ function OUTPUT_SELECTED_TASKS($_POST, $result_tasks) {
                                'created' => MAKE_DATETIME($created, "2")
                        );
 
+                       // Load row template
                        LOAD_TEMPLATE("admin_overview_list_rows", false, $content);
+
+                       // Switch color
                        $SW = 3 - $SW;
                }
                // Free memory