1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

No longer using e107_Compat_handler

This commit is contained in:
mcfly
2008-01-06 18:40:29 +00:00
parent 7865487de0
commit 6250557a29

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/class2.php,v $ | $Source: /cvs_backup/e107_0.8/class2.php,v $
| $Revision: 1.40 $ | $Revision: 1.41 $
| $Date: 2008-01-06 17:57:06 $ | $Date: 2008-01-06 18:40:29 $
| $Author: e107steved $ | $Author: mcfly_e107 $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
// //
@@ -268,11 +268,8 @@ else if ($merror == "e2") {
// //
// K: Load compatability mode. // K: Load compatability mode.
// //
/* At a later date add a check to load e107 compat mode by $pref
PHP Compatabilty should *always* be on. */ PHP Compatabilty should *always* be on. */
e107_require_once(e_HANDLER."php_compatibility_handler.php"); e107_require_once(e_HANDLER."php_compatibility_handler.php");
e107_require_once(e_HANDLER."e107_Compat_handler.php");
$aj = new textparse; // required for backwards compatibility with 0.6 plugins.
// //
// L: Extract core prefs from the database // L: Extract core prefs from the database