From c9ba8338b456f469dcf9d4ca00ed108b7863e323 Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 20 Jul 2011 16:15:05 +0000 Subject: [PATCH] // Fix abstract static methods in Db class --- classes/Db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Db.php b/classes/Db.php index 337994329..9e4f8bfd3 100644 --- a/classes/Db.php +++ b/classes/Db.php @@ -134,12 +134,12 @@ abstract class DbCore /** * Try a connection */ - abstract static public function tryToConnect($server, $user, $pwd, $db); + //abstract static public function tryToConnect($server, $user, $pwd, $db); /** * Try to change UTF8 */ - abstract static public function tryUTF8($server, $user, $pwd); + //abstract static public function tryUTF8($server, $user, $pwd); /** * Get Db object instance