update starvation

This commit is contained in:
unknown
2012-07-15 02:41:44 +03:00
parent 95e5f437da
commit 057d550a19
2 changed files with 6 additions and 11 deletions
-6
View File
@@ -164,12 +164,6 @@ class MYSQL_DB {
$result = mysql_query($q, $this->connection);
return $this->mysql_fetch_all($result);
}
function getUnstarvation(){
$q = "SELECT * FROM " . TB_PREFIX . "vdata where starv = 0 and starvupdate = 0";
$result = mysql_query($q, $this->connection);
return $this->mysql_fetch_all($result);
}
function getActivateField($ref, $field, $mode) {
if(!$mode) {