]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / inc / modules / member / what-surfbar_list.php
index 14a3ed991f31db834ece4760afb87af93c09de5a..83210ee9d7512cd89dcd8bb790dc62e5d9632dd2 100644 (file)
@@ -81,10 +81,6 @@ if ((isFormSent()) && (isPostRequestParameterSet(('action'))) && (isPostRequestP
                $content['url_registered']  = generateDateTime($content['url_registered'], 2);
                $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
                $content['actions']         = SURFBAR_MEMBER_ACTIONS($content['id'], $content['url_status']);
-               if (empty($content['url_lock_reason'])) {
-                       // Fixes some HTML problems with empty cells
-                       $content['url_lock_reason'] = '---';
-               } // END - if
 
                // Load row template
                $OUT .= loadTemplate('member_surfbar_list_row', true, $content);