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
ece9146e
Commit
ece9146e
authored
Mar 02, 2007
by
Russ Fish
Browse files
Fix my earlier fix.
parent
01cb437a
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/newproject.php3
View file @
ece9146e
...
...
@@ -984,7 +984,7 @@ if (! ($project = Project::NewNewProject($leader, $args, $error))) {
# Need to do some extra work for the first project; eventually move to backend
#
if
(
$FirstInitState
)
{
$pid
=
TBGetFirstInitPid
()
;
$pid
=
$formfields
[
"pid"
]
;
Group
::
Initialize
(
$proj_head_uid
,
$pid
);
#
...
...
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