mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-03 11:04:24 +00:00
fix link to village in market + now when you delete report you can see it in alliance attack and in village view
This commit is contained in:
@@ -1485,7 +1485,7 @@
|
||||
}
|
||||
|
||||
function removeNotice($id) {
|
||||
$q = "DELETE FROM " . TB_PREFIX . "ndata where id = $id";
|
||||
$q = "UPDATE " . TB_PREFIX . "ndata set del = 1 where id = $id";
|
||||
return mysql_query($q, $this->connection);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user