mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-27 05:37:15 +00:00
mysql: removed extra semicolon that was causing problems
An extra semicolon was closing the class as well as the function, excluding all functions below from MYSQL_DB class
This commit is contained in:
@@ -131,7 +131,6 @@ class MYSQL_DB {
|
|||||||
$strutture= mysql_fetch_array($query1);
|
$strutture= mysql_fetch_array($query1);
|
||||||
return $strutture;
|
return $strutture;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
function removeMeSit($uid, $uid2) {
|
function removeMeSit($uid, $uid2) {
|
||||||
$q = "UPDATE " . TB_PREFIX . "users set sit1 = 0 where id = $uid and sit1 = $uid2";
|
$q = "UPDATE " . TB_PREFIX . "users set sit1 = 0 where id = $uid and sit1 = $uid2";
|
||||||
|
|||||||
Reference in New Issue
Block a user