mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 12:24:20 +00:00
improves by songeriux + minor changes by me
This commit is contained in:
@@ -3095,10 +3095,12 @@
|
||||
$q = "UPDATE " . TB_PREFIX . "users SET $column = $friend WHERE id = $uid";
|
||||
return mysql_query($q, $this->connection);
|
||||
}
|
||||
|
||||
function deleteFriend($uid, $column) {
|
||||
$q = "UPDATE " . TB_PREFIX . "users SET $column = 0 WHERE id = $uid";
|
||||
return mysql_query($q, $this->connection);
|
||||
}
|
||||
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user