From 9dcdd1f18445c7ef590dca3459cccc15cd770d80 Mon Sep 17 00:00:00 2001 From: Joe Konstantinovsky Date: Sun, 12 May 2013 12:00:41 +0300 Subject: [PATCH] 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 --- GameEngine/Database/db_MYSQL.php | 1 - 1 file changed, 1 deletion(-) diff --git a/GameEngine/Database/db_MYSQL.php b/GameEngine/Database/db_MYSQL.php index 887594ed..3ccb83d8 100644 --- a/GameEngine/Database/db_MYSQL.php +++ b/GameEngine/Database/db_MYSQL.php @@ -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) {