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
1c8c6e3b
Commit
1c8c6e3b
authored
Jul 31, 2007
by
Leigh B. Stoller
Browse files
Fix some php warnings/errors.
parent
717dc2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/newnodes_list.php3
View file @
1c8c6e3b
...
@@ -32,6 +32,7 @@ if (! $isadmin) {
...
@@ -32,6 +32,7 @@ if (! $isadmin) {
# Verify page arguments.
# Verify page arguments.
#
#
$optargs
=
OptionalPageArguments
(
"selected"
,
PAGEARG_ARRAY
,
$optargs
=
OptionalPageArguments
(
"selected"
,
PAGEARG_ARRAY
,
"remap"
,
PAGEARG_ARRAY
,
"delete"
,
PAGEARG_STRING
,
"delete"
,
PAGEARG_STRING
,
"calc"
,
PAGEARG_STRING
,
"calc"
,
PAGEARG_STRING
,
"create"
,
PAGEARG_STRING
,
"create"
,
PAGEARG_STRING
,
...
@@ -219,7 +220,7 @@ if (isset($research)) {
...
@@ -219,7 +220,7 @@ if (isset($research)) {
}
}
}
}
foreach
(
$mac_list
as
$mac
=>
$switchport
)
{
foreach
(
$mac_list
as
$mac
=>
$switchport
)
{
if
(
$switchport
[
"switch"
])
{
if
(
isset
(
$switchport
[
"switch"
])
)
{
$extra_set
=
""
;
$extra_set
=
""
;
if
(
$ELABINELAB
)
{
if
(
$ELABINELAB
)
{
...
...
Write
Preview
Supports
Markdown
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