From 9cfbfdb2f2d3a0f7ec32483376ffd747d7cef42e Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 13 Sep 2006 14:45:07 +0000 Subject: Added "User not found" message. fixes #155 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@748 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/users.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'wp-admin/users.php') diff --git a/wp-admin/users.php b/wp-admin/users.php index beee060..43f9d71 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -355,6 +355,9 @@ case 'addexistinguser': } header("Location: $location"); die(); + } else { + header('Location: users.php?update=notfound' ); + die(); } } header('Location: users.php'); @@ -428,6 +431,11 @@ default:

+

+ -- cgit