Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
4dc7c239
Commit
4dc7c239
authored
Jun 02, 2008
by
Leigh B. Stoller
Browse files
Minor sql change.
parent
89c96adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/approvewauser_form.php3
View file @
4dc7c239
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3, 2006
University of Utah and the Flux Group.
# Copyright (c) 2000-200
8
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -68,7 +68,7 @@ echo "
#
$query_result
=
DBQueryFatal
(
"select w.* from widearea_accounts as w "
.
"left join users as u on u.uid=w.uid "
.
"left join users as u on u.uid
_idx
=w.uid
_idx
"
.
"WHERE u.status!='"
.
TBDB_USERSTATUS_UNVERIFIED
.
"' and "
.
"u.status!='"
.
TBDB_USERSTATUS_NEWUSER
.
"' and "
.
"w.trust='"
.
TBDB_TRUSTSTRING_NONE
.
"'"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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