1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/11696] Rename db_tools.php so it can be autoloaded

PHPBB3-11696
This commit is contained in:
Joas Schilling
2013-07-14 00:56:37 -04:00
parent 1e37d97909
commit 057d860d07
13 changed files with 2 additions and 37 deletions

View File

@@ -6,7 +6,6 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/db/db_tools.php';
/**
* @group functional

View File

@@ -7,8 +7,6 @@
*
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/db/db_tools.php';
/**
* @group functional
*/