]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-guestedit.php
Some fixes,re-orders and ext-surfbar actions are now XML-enabled
[mailer.git] / inc / modules / admin / what-guestedit.php
index 6f44c2aa58c4162cb3726b12a7b5c4fc8be8e6cb..d7543eaa8ae5c95fc4b371dd07074bdef2194c0a 100644 (file)
@@ -214,10 +214,6 @@ if ((isFormSent('edit')) && (ifPostContainsSelections()) && (!isDemoModeActive()
                                $NAVI = '<a href="{%url=modules.php?module=admin&amp;what=guestedit&amp;sub=' . $content['sub'] . '&amp;act=' . $data['action'] . '&amp;w=' . $data['what'] . '&amp;tid=' . ($data['sort']-1) . '&amp;fid=' . $data['sort'] . '%}">{--HIGHER--}</a>|<a href=\"{%url=modules.php?module=admin&amp;what=guestedit&amp;sub=' . $content['sub'] . '&amp;act=' . $data['action'] . '&amp;w=' . $data['what'] . '&amp;tid=' . ($data['sort']+1) . '&amp;fid=' . $data['sort'] . '%}">{--LOWER--}</a>';
                        }
 
-                       if (empty($data['action'])) $data['action'] = '---';
-                       if (empty($data['what']))   $data['what']   = '---';
-                       if (empty($data['title']))  $data['title']  = '---';
-
                        // Prepapre content
                        $row = array(
                                'id'     => $data['id'],