Add WW win correct date

This commit is contained in:
Alex Stoica
2018-01-07 16:48:22 +00:00
parent eff5f1e17d
commit 1a71fdbc60
4 changed files with 14 additions and 1 deletions
+6
View File
@@ -689,6 +689,12 @@ class Automation {
}
}
// Update ww last finish upgrate
if ($indi['type'] == 40) {
$qW = "UPDATE ".TB_PREFIX."fdata set ww_lastupdate = ".time()." where vref = ".(int) $indi['wid'];
$database->query($qW);
}
$dbIdsToDelete[] = (int) $indi['id'];
}