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
f2a16db5
Commit
f2a16db5
authored
May 25, 2006
by
Leigh B. Stoller
Browse files
Fix to make sure the experiment index is set to somethine other then
zero.
parent
51917b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/template_show.php
View file @
f2a16db5
...
...
@@ -23,7 +23,7 @@ $exptidx = 0;
function
CheckArguments
(
$guid
,
$version
)
{
global
$TB_EXPT_READINFO
;
global
$uid
,
$pid
,
$eid
,
$gid
,
$template
;
global
$uid
,
$pid
,
$eid
,
$gid
,
$template
,
$exptidx
;
#
# Verify page arguments.
...
...
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