aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/user_list.php8
-rw-r--r--doc/ChangeLog5
2 files changed, 11 insertions, 2 deletions
diff --git a/admin/user_list.php b/admin/user_list.php
index a81941524..4f3cd9c74 100644
--- a/admin/user_list.php
+++ b/admin/user_list.php
@@ -179,8 +179,6 @@ $page['direction_items'] = array(
'desc' => $lang['descending']
);
-$page['filtered_users'] = get_filtered_user_list();
-
// +-----------------------------------------------------------------------+
// | add a user |
// +-----------------------------------------------------------------------+
@@ -202,6 +200,12 @@ if (isset($_POST['submit_add']))
}
// +-----------------------------------------------------------------------+
+// | user list |
+// +-----------------------------------------------------------------------+
+
+$page['filtered_users'] = get_filtered_user_list();
+
+// +-----------------------------------------------------------------------+
// | selected users |
// +-----------------------------------------------------------------------+
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7485e8793..fb880de1e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,10 @@
2005-10-23 Pierrick LE GALL
+ * bug 182 fixed: newly created user is not displayed in the user
+ list.
+
+2005-10-23 Pierrick LE GALL
+
* bug fixed: during file tree synchronization, warning on finding
the next rank of category which has no sub-categories yet.