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
f83d3233
Commit
f83d3233
authored
Mar 28, 2003
by
Mac Newbold
Browse files
add missing space in db query.
parent
98cc36cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/dbdefs.php3.in
View file @
f83d3233
...
...
@@ -1447,7 +1447,7 @@ $lastact_query = "greatest(last_tty_act,last_net_act,last_cpu_act,".
function
TBGetNodeLastAct
(
$pc
)
{
global
$lastact_query
;
$query_result
=
DBQueryWarn
(
"select
$lastact_query
as last_actfrom node_activity "
.
DBQueryWarn
(
"select
$lastact_query
as last_act
from node_activity "
.
"where node_id='
$pc
'"
);
if
(
mysql_num_rows
(
$query_result
)
==
0
)
{
...
...
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