mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +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:
@@ -130,7 +130,6 @@ class MYSQL_DB {
|
||||
$query1 = mysql_query("SELECT * FROM ".TB_PREFIX."fdata WHERE vref = ".$villaggi_array['wref']."");
|
||||
$strutture= mysql_fetch_array($query1);
|
||||
return $strutture;
|
||||
}
|
||||
}
|
||||
|
||||
function removeMeSit($uid, $uid2) {
|
||||
|
||||
Reference in New Issue
Block a user