- setting version to 0.9.2

- checking for sane last-system-guid on update
- added a bit of cronlogging to ApsUpdater (only in paranoid mode)
This commit is contained in:
Michael Kaufmann (d00p)
2010-02-22 12:24:45 +00:00
parent 66d5ea8f9e
commit d236a5ceda
5 changed files with 29 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
* @version $Id$
*/
$Aps = new ApsUpdater($db);
$Aps = new ApsUpdater($db, $cronlog);
$Aps->UpdateHandler();
?>