]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-unlock_surfbar_urls.php
Possible fix for #125, applied fixes from profi-concept's branch
[mailer.git] / inc / modules / admin / what-unlock_surfbar_urls.php
index 8f198b596d07facd54747ab4ddf6d1bd908eb266..56ac755543919ff0e02a9580a21cd5b9dec2da9c 100644 (file)
@@ -79,9 +79,9 @@ if (SQL_NUMROWS($result) > 0) {
        while ($content = SQL_FETCHARRAY($result)) {
                // "Translate"/add content
                $content['sw']          = $SW;
-               $content['userid']      = ADMIN_USER_PROFILE_LINK($content['userid']);
+               $content['userid']      = generateUserProfileLink($content['userid']);
                $content['framekiller'] = FRAMETESTER($content['url']);
-               $content['registered']  = MAKE_DATETIME($content['registered'], 2);
+               $content['registered']  = generateDateTime($content['registered'], 2);
 
                // Load row template
                $OUT .= LOAD_TEMPLATE("admin_unlock_surfbar_urls_row", true, $content);