More template fixes
[mailer.git] / inc / modules / admin / what-unlock_surfbar_urls.php
index 879e9ab93b21c3f70c86b340799b73ec489e440d..e6ea703afce88cc908e5693ff0c8ea421555a3a3 100644 (file)
@@ -73,10 +73,10 @@ if (SQL_NUMROWS($result) > 0) {
        $OUT = ""; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // "Translate"/add content
-               $content['sw']         = $SW;
-               $content['userid']     = ADMIN_USER_PROFILE_LINK($content['userid']);
-               $content['url']        = FRAMETESTER($content['url']);
-               $content['registered'] = MAKE_DATETIME($content['registered'], 2);
+               $content['sw']          = $SW;
+               $content['userid']      = ADMIN_USER_PROFILE_LINK($content['userid']);
+               $content['framekiller'] = FRAMETESTER($content['url']);
+               $content['registered']  = MAKE_DATETIME($content['registered'], 2);
 
                // Load row template
                $OUT .= LOAD_TEMPLATE("admin_unlock_surfbar_urls_row", true, $content);