Changeset 950
- Timestamp:
- May 20, 2023, 9:12:46 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/Generators/NetwatchImport.php
r887 r950 15 15 // Load netwatch status from all DHCP routers 16 16 $DbResult3 = $this->Database->query('SELECT `DHCP` FROM `NetworkSubnet` '. 17 'WHERE (`Configure` = 1) AND (` Member` IS NULL) GROUP BY `DHCP`');17 'WHERE (`Configure` = 1) AND (`DHCP` != "") GROUP BY `DHCP`'); 18 18 while ($Subnet = $DbResult3->fetch_assoc()) 19 19 {
Note:
See TracChangeset
for help on using the changeset viewer.