Merge pull request #224 from godslayer/patch-2

mysql: removed extra semicolon that was causing problems
This commit is contained in:
yi12345
2013-05-12 05:53:37 -07:00
-1
View File
@@ -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) {