New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / inc / modules / admin / what-list_surfbar_urls.php
index 8c7e9493fdc655abfde97b0d8424c0c8d4a225fb..ed361f788654b74bab658b144cc5579b27412faf 100644 (file)
@@ -183,7 +183,6 @@ if (SQL_NUMROWS($result) > 0) {
                $content['sw']              = $SW;
                $content['url_registered']  = generateDateTime($content['url_registered'], 2);
                $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
-               if (empty($content['url_lock_reason'])) $content['url_lock_reason'] = '---';
 
                // Load row template
                $OUT .= loadTemplate('admin_list_surfbar_urls_row', true, $content);