]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_user.php
opendir() should be rewritten to GET_DIR_AS_ARRAY()
[mailer.git] / inc / modules / admin / what-list_user.php
index 8605c8c587246c2866c27bf355a59a7a9b84f9cf..1138d1aa7ad8348a56940a2ea3002724da9ca79c 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Alle oder nur bestimmte Mitglieder auflisten     *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -287,7 +292,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']);