mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-25 04:27:15 +00:00
Installation error correction
This commit is contained in:
@@ -130,6 +130,7 @@ 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