mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Fix for BC constants.
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
// Legacy Fix.
|
||||
define('MYSQL_ASSOC', 'assoc');
|
||||
define('MYSQL_NUM', 'num');
|
||||
define('MYSQL_BOTH', 'both');
|
||||
define('MYSQL_ASSOC', 1);
|
||||
define('MYSQL_NUM', 2);
|
||||
define('MYSQL_BOTH', 3);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user