]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_user.php
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / inc / modules / admin / what-list_user.php
index 8605c8c587246c2866c27bf355a59a7a9b84f9cf..da272fda88862c89476832a9d4f8a72c26493233 100644 (file)
@@ -287,7 +287,7 @@ LIMIT 1",
                }
 
                // Load all users
-               $SW = 2; $OUT = "";
+               $OUT = ""; $SW = 2;
                while ($content = SQL_FETCHARRAY($result)) {
                        // Set refid link
                        if ($content['refid'] > 0) $content['refid'] = ADMIN_USER_PROFILE_LINK($content['refid']);