- Timestamp:
- May 8, 2019, 8:22:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/Generators/NetwatchImport.php
r852 r860 65 65 } 66 66 } 67 echo("transakce\n"); 67 68 $this->Database->Transaction($Queries); 69 echo("done\n"); 68 70 69 71 // Set offline all interfaces which were not updated as online … … 90 92 } 91 93 $Queries[] = $this->Database->GetUpdate('NetworkDevice', '`LastOnline` < "'.TimeToMysqlDateTime($StartTime).'"', array('Online' => 0)); 94 echo("Transakce 2\n"); 92 95 $this->Database->Transaction($Queries); 96 echo("done\n"); 93 97 } 94 98
Note:
See TracChangeset
for help on using the changeset viewer.