Even more rewrites to make use of the EL
[mailer.git] / inc / modules / admin / what-list_surfbar_actions.php
index 4d36b16d4e65d6b8c40d479c5ce75b7e3f4eaf70..04f45266b6eecf3305163690ecb2d85ecccbaa13 100644 (file)
@@ -63,7 +63,6 @@ if (SQL_NUMROWS($result) > 0) {
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // "Translate" some data
-               $content['actions_status'] = translateSurfbarUrlStatus($content['actions_status']);
                $content['actions_action'] = getMessage(sprintf("MEMBER_SURFBAR_ACTION_%s_SUBMIT", $content['actions_action']));
 
                // New status set?