Changeset 420 for trunk/index.php
- Timestamp:
- Oct 9, 2012, 7:44:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r419 r420 36 36 37 37 $DbResult = $this->Database->query('SELECT COUNT(*) FROM NetworkDevice LEFT JOIN NetworkDeviceType ON NetworkDeviceType.Id = NetworkDevice.Type WHERE (NetworkDeviceType.ShowOnline = 1) AND (NetworkDevice.Online = 1)'); 38 $DbRow = $DbResult->fetch_array(); 38 $DbRow = $DbResult->fetch_array(); 39 39 $OnlineComputers = $DbRow[0]; 40 40 … … 296 296 $Output .= '</td>'; 297 297 } 298 $Output .= '</table>'; 299 $Output .= '</table>'; 298 $Output .= '</tr></table>'; 300 299 return($Output); 301 300 }
Note:
See TracChangeset
for help on using the changeset viewer.