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