Changeset 623 for trunk/Modules/Network/Network.php
- Timestamp:
- Dec 29, 2013, 7:42:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r620 r623 54 54 while($DbRow2 = $DbResult2->fetch_assoc()) 55 55 { 56 $LowFrequency = $DbRow['Frequency'] - $DbRow2['ChannelWidth'] / 2 +$DbRow2['ChannelWidthLower'];56 $LowFrequency = $DbRow['Frequency'] - $DbRow2['ChannelWidth'] / 2 - $DbRow2['ChannelWidthLower']; 57 57 $HighFrequency = $DbRow['Frequency'] + $DbRow2['ChannelWidth'] / 2 + $DbRow2['ChannelWidthUpper']; 58 58 $Output .= '<tr><td>'.$DbRow2['SSID'].'</td>'; … … 302 302 'Description' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => ''), 303 303 ), 304 'Actions' => array( 305 array('Caption' => 'Frekvenční plán', 'URL' => '/network/frequency-plan/'), 306 ), 304 307 )); 305 308 }
Note:
See TracChangeset
for help on using the changeset viewer.