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-devel
Commits
1d9b8885
Commit
1d9b8885
authored
Sep 09, 2007
by
David Johnson
Browse files
Fix dumb bug.
parent
21262436
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/plabmetrics.php3
View file @
1d9b8885
...
...
@@ -345,10 +345,7 @@ $qres = DBQueryFatal($pequery);
$pidmap
=
array
();
if
(
mysql_num_rows
(
$qres
)
==
0
)
{
TBERROR
(
"Unexpected number of rows in count query!"
);
}
else
{
if
(
mysql_num_rows
(
$qres
)
>
0
)
{
while
(
$row
=
mysql_fetch_array
(
$qres
))
{
$tpid
=
$row
[
'pid'
];
$teid
=
$row
[
'eid'
];
...
...
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