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-stable
Commits
dacad593
Commit
dacad593
authored
Apr 08, 2010
by
Leigh B Stoller
Browse files
Why are we passing pid_idx instead of pid to the backend? Lets be
consistent with image creation.
parent
1c189079
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/osinfo_defs.php
View file @
dacad593
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2006, 2007, 2009 University of Utah and the Flux Group.
# Copyright (c) 2006, 2007, 2009
, 2010
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -100,7 +100,7 @@ class OSinfo
# Add these. Maybe caller should do this?
$args
[
"osname"
]
=
$osname
;
$args
[
"p
roject"
]
=
$project
->
pid
_idx
();
$args
[
"p
id"
]
=
$project
->
pid
();
fwrite
(
$fp
,
"<osid>
\n
"
);
foreach
(
$args
as
$name
=>
$value
)
{
...
...
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