More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-list_surfbar_urls.php
index 4c43ec8495465fcb53599c99cb1cb190690810d6..895ad0e1fd8b7c94c66b34a0359a46ef8d85be20 100644 (file)
@@ -156,7 +156,7 @@ if (SQL_NUMROWS($result) > 0) {
                $content['status']      = SURFBAR_TRANSLATE_STATUS($content['status']);
                $content['registered']  = MAKE_DATETIME($content['registered'], 2);
                $content['last_locked'] = MAKE_DATETIME($content['last_locked'], 2);
-               if (empty($content['lock_reason'])) $content['lock_reason'] = "---";
+               if (empty($content['lock_reason'])) $content['lock_reason'] = '---';
 
                // Load row template
                $OUT .= LOAD_TEMPLATE("admin_list_surfbar_urls_row", true, $content);