Changeset 768
- Timestamp:
- Nov 23, 2015, 10:47:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Notify/Notify.php
r767 r768 86 86 if($Category['SysName'] == 'NetworkReachability') { 87 87 $List = $this->OnlineList('Nově online', 1, 0, 0); 88 $List .= $this->OnlineList('Nově offline', 0, 1, 5 );89 if($List != '') $List .= $this->OnlineList('Stále offline', 0, 0 );88 $List .= $this->OnlineList('Nově offline', 0, 1, 5 * 60); 89 if($List != '') $List .= $this->OnlineList('Stále offline', 0, 0, 0); 90 90 if($List != '') { 91 91 $Output .= 'Kategorie: '.$Category['Name'].":\n";
Note:
See TracChangeset
for help on using the changeset viewer.