mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 07:37:13 +00:00
@@ -750,7 +750,9 @@ class Automation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// delete all processed entries
|
// delete all processed entries
|
||||||
$database->query("DELETE FROM ".TB_PREFIX."bdata WHERE id IN(".implode(',', $dbIdsToDelete).")");
|
if (count($dbIdsToDelete)) {
|
||||||
|
$database->query( "DELETE FROM " . TB_PREFIX . "bdata WHERE id IN(" . implode( ',', $dbIdsToDelete ) . ")" );
|
||||||
|
}
|
||||||
|
|
||||||
if(file_exists("GameEngine/Prevention/build.txt")) {
|
if(file_exists("GameEngine/Prevention/build.txt")) {
|
||||||
unlink("GameEngine/Prevention/build.txt");
|
unlink("GameEngine/Prevention/build.txt");
|
||||||
|
|||||||
Reference in New Issue
Block a user