Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
2e5fcdf5
Commit
2e5fcdf5
authored
May 31, 2018
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to user search; exclude archived users.
parent
4350e303
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
www/aptui/lists.ajax
www/aptui/lists.ajax
+3
-2
No files found.
www/aptui/lists.ajax
View file @
2e5fcdf5
<?php
#
# Copyright (c) 2000-201
7
University of Utah and the Flux Group.
# Copyright (c) 2000-201
8
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -73,7 +73,8 @@ function Do_SearchUsers()
"where (uid like '
$safe_text
' or "
.
" usr_affil like '
$safe_text
' or "
.
" LCASE(usr_email) like '
$safe_text
' or "
.
" usr_name like '
$safe_text
') "
.
" usr_name like '
$safe_text
') and "
.
" status!='archived' "
.
"order by uid"
);
while
(
$row
=
mysql_fetch_array
(
$query_result
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment