Installation error correction

This commit is contained in:
Danter14
2013-05-02 11:55:19 +03:00
parent 547c9864b8
commit 697395510e
+2 -1
View File
@@ -130,6 +130,7 @@ 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) {
@@ -3297,4 +3298,4 @@ class MYSQL_DB {
$database = new MYSQL_DB;
?>
?>