mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Fix for mysql tests.
This commit is contained in:
@@ -3248,7 +3248,11 @@ class e_db_mysql
|
|||||||
/**
|
/**
|
||||||
* Backwards compatibility
|
* Backwards compatibility
|
||||||
*/
|
*/
|
||||||
class db extends e_db_mysql
|
|
||||||
{
|
|
||||||
|
|
||||||
|
if(!class_exists('db'))
|
||||||
|
{
|
||||||
|
class db extends e_db_mysql
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user