Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
112
Issues
112
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
5059ed9d
Commit
5059ed9d
authored
May 01, 2008
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor bug reported in php-error.log
parent
3a5bbcdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
www/showexp_list.php3
www/showexp_list.php3
+2
-1
No files found.
www/showexp_list.php3
View file @
5059ed9d
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
7
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"
);
...
...
@@ -378,6 +378,7 @@ if ($thumb && !$idle) {
$name
=
stripslashes
(
$row
[
"expt_name"
]);
$date
=
$row
[
"dshort"
];
$rsrcidx
=
$row
[
"rsrcidx"
];
$state
=
$row
[
"state"
];
if
(
!
(
$head_user
=
User
::
Lookup
(
$huid
)))
{
TBERROR
(
"Could not lookup object for user
$huid
"
,
1
);
...
...
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