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:
Joe Konstantinovsky
2013-05-12 12:00:41 +03:00
parent 964ea5a0a8
commit 9dcdd1f184
-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) {