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:
unknown
2012-05-02 15:12:28 +03:00
parent 2ff7361ed9
commit 1501ac81ba
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -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);
}