Changeset 772 for trunk/Modules/Notify/Notify.php
- Timestamp:
- Dec 27, 2015, 10:55:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Notify/Notify.php
r768 r772 45 45 '`NetworkInterface`.`Online`, `NetworkInterface`.`LastOnline` FROM `NetworkInterface` '. 46 46 'LEFT JOIN `NetworkDevice` ON `NetworkDevice`.`Id` = `NetworkInterface`.`Device` '. 47 $Condition.' AND (`NetworkDevice`.`PermanentOnline`=1) AND (`NetworkDevice`.`Used`=1) '. 47 $Condition.' AND (`NetworkDevice`.`PermanentOnline`=1) AND (`NetworkDevice`.`Used`=1) AND '. 48 '(`NetworkInterface`.`LocalIP` != "") '. 48 49 'ORDER BY `Name` ASC'); 49 50 if($DbResult3->num_rows > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.