Skip to content
GitLab
Menu
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-stable
Commits
1e0eec9a
Commit
1e0eec9a
authored
Mar 27, 2003
by
Mac Newbold
Browse files
Add an order to the expt list query here like it has everywhere else.
parent
6470ae4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showuser.php3
View file @
1e0eec9a
...
@@ -77,7 +77,7 @@ $query_result =
...
@@ -77,7 +77,7 @@ $query_result =
DBQueryFatal
(
"select e.*,count(r.node_id) from experiments as e "
.
DBQueryFatal
(
"select e.*,count(r.node_id) from experiments as e "
.
"left join reserved as r on e.pid=r.pid and e.eid=r.eid "
.
"left join reserved as r on e.pid=r.pid and e.eid=r.eid "
.
"where expt_head_uid='
$target_uid
' "
.
"where expt_head_uid='
$target_uid
' "
.
"group by e.pid,e.eid"
);
"group by e.pid,e.eid
order by e.state,e.eid
"
);
if
(
mysql_num_rows
(
$query_result
))
{
if
(
mysql_num_rows
(
$query_result
))
{
echo
"<center>
echo
"<center>
...
...
Write
Preview
Supports
Markdown
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