From 811018f78c7ae0c684fe55fba43c014e1b66609c 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7670 b9a71923-0436-4b27-9f14-aed3839534dd --- 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