// 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
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user