Skip to content

Commit

Permalink
0.5.0 rev 3243
Browse files Browse the repository at this point in the history
  • Loading branch information
nightflyza committed Feb 4, 2014
1 parent d18e6a5 commit 83bc740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0 rev 3242
0.5.0 rev 3243
2 changes: 1 addition & 1 deletion api/libs/api.snmp.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ function sp_SnmpPollDevice($ip,$community,$alltemplates,$deviceTemplate,$alluser
$assignForm= wf_modal(web_edit_icon(__('Switch port assign')), __('Switch port assign'), web_SnmpSwitchControlForm($userLogin,$allswitchesArray,$allportassigndata,@$_GET['switchid'],$eachPort), '', '500', '250');

if (isset($allportassigndata[$userLogin])) {
$assignForm.=wf_img('skins/arrow_right_green.png').$allportassigndata[$userLogin]['port'];
$assignForm.=wf_img('skins/arrow_right_green.png').@$allportassigndata[$userLogin]['port'];
}
} else {
$assignForm= '';
Expand Down

0 comments on commit 83bc740

Please sign in to comment.