projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e289bab
)
r4317 bugfix: typo in setPortVLAN ('vlanind' instead of 'vlanid')
author
Alexey Andriyanov
<alan@al-an.info>
Thu, 10 Mar 2011 16:27:21 +0000
(16:27 +0000)
committer
Alexey Andriyanov
<alan@al-an.info>
Thu, 10 Mar 2011 16:27:21 +0000
(16:27 +0000)
wwwroot/inc/ophandlers.php
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/inc/ophandlers.php
b/wwwroot/inc/ophandlers.php
index 26b1a88a827d70f2acde1a172c231fea13cdbd81..af6f1a1d8f975d6f1f5011951ca85a054d3a30c6 100644
(file)
--- a/
wwwroot/inc/ophandlers.php
+++ b/
wwwroot/inc/ophandlers.php
@@
-1886,7
+1886,7
@@
function setPortVLAN ()
if
(
$_REQUEST['vlanid_' . $i] == $portlist[$i]['vlanid'] ||
- $portlist[$i]['vla
in
d'] == 'TRUNK'
+ $portlist[$i]['vla
ni
d'] == 'TRUNK'
)
continue;
$portname = $_REQUEST['portname_' . $i];