mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-27 05:37:15 +00:00
Merge pull request #224 from godslayer/patch-2
mysql: removed extra semicolon that was causing problems
This commit is contained in:
@@ -130,7 +130,6 @@ class MYSQL_DB {
|
|||||||
$query1 = mysql_query("SELECT * FROM ".TB_PREFIX."fdata WHERE vref = ".$villaggi_array['wref']."");
|
$query1 = mysql_query("SELECT * FROM ".TB_PREFIX."fdata WHERE vref = ".$villaggi_array['wref']."");
|
||||||
$strutture= mysql_fetch_array($query1);
|
$strutture= mysql_fetch_array($query1);
|
||||||
return $strutture;
|
return $strutture;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeMeSit($uid, $uid2) {
|
function removeMeSit($uid, $uid2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user