mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
@@ -3795,8 +3795,10 @@ class Automation {
|
||||
}
|
||||
}
|
||||
|
||||
$q = "DELETE FROM ".TB_PREFIX."research where id IN(".implode(', ', $deleteIDs).")";
|
||||
$database->query($q);
|
||||
if (count($deleteIDs)) {
|
||||
$q = "DELETE FROM " . TB_PREFIX . "research where id IN(" . implode( ', ', $deleteIDs ) . ")";
|
||||
$database->query( $q );
|
||||
}
|
||||
|
||||
if(file_exists("GameEngine/Prevention/research.txt")) {
|
||||
unlink("GameEngine/Prevention/research.txt");
|
||||
|
||||
Reference in New Issue
Block a user