From 13fc9fb106a259ab954713afb59172cc28296c25 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sun, 17 May 2009 22:37:05 +0100 Subject: [PATCH] We do not need to set $t_core_dir in database api --- core/database_api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/database_api.php b/core/database_api.php index 0248312707..0ac934cbec 100644 --- a/core/database_api.php +++ b/core/database_api.php @@ -28,7 +28,6 @@ * * @uses config_api.php */ -$t_core_dir = dirname( __FILE__ ) . DIRECTORY_SEPARATOR; # Do not explicitly include $t_core_dir to allow using system ADODB by including # it in include path and removing the one distributed with MantisBT (see #7907).