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
111
Issues
111
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
12385ea3
Commit
12385ea3
authored
Aug 23, 2007
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PHP warnings.
parent
9016c9e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
www/newproject.php3
www/newproject.php3
+6
-0
No files found.
www/newproject.php3
View file @
12385ea3
...
...
@@ -414,6 +414,9 @@ function SPITFORM($formfields, $returning, $errors)
#
# Publicly visible.
#
if
(
!
isset
(
$formfields
[
"proj_public"
]))
{
$formfields
[
"proj_public"
]
=
""
;
}
echo
"<tr>
<td colspan=2>*Can we list your project publicly as
an
\"
Emulab User?
\"
:
...
...
@@ -437,6 +440,9 @@ function SPITFORM($formfields, $returning, $errors)
#
# Will you add a link?
#
if
(
!
isset
(
$formfields
[
"proj_linked"
]))
{
$formfields
[
"proj_linked"
]
=
""
;
}
echo
"<tr>
<td colspan=2>*Will you add a link on your project page
to <a href=
\"
$TBDOCBASE
\"
target='_blank'>
$WWWHOST
</a>?
...
...
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