diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2012-07-21 14:14:19 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-07-21 14:14:19 +0530 |
commit | 3ecc81f853bb1ec6262fc0615bb0ab8704616db9 (patch) | |
tree | 1a8cf7e7a0d639a5cf399c5cfb2da792bdac7b05 /phpBB/includes/db/db_tools.php | |
parent | a3d103c9c03c79fe67963b9db5a5471c766fa401 (diff) | |
download | forums-3ecc81f853bb1ec6262fc0615bb0ab8704616db9.tar forums-3ecc81f853bb1ec6262fc0615bb0ab8704616db9.tar.gz forums-3ecc81f853bb1ec6262fc0615bb0ab8704616db9.tar.bz2 forums-3ecc81f853bb1ec6262fc0615bb0ab8704616db9.tar.xz forums-3ecc81f853bb1ec6262fc0615bb0ab8704616db9.zip |
[feature/sphinx-fulltext-search] remove note from db_tools
Note saying db_tools not being used currently is remove from db_tools.php
We utilize db_tools in sphinx search.
PHPBB3-10946
Diffstat (limited to 'phpBB/includes/db/db_tools.php')
-rw-r--r-- | phpBB/includes/db/db_tools.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/db/db_tools.php b/phpBB/includes/db/db_tools.php index 73eae4e967..6df3aac9ce 100644 --- a/phpBB/includes/db/db_tools.php +++ b/phpBB/includes/db/db_tools.php @@ -20,7 +20,6 @@ if (!defined('IN_PHPBB')) * Currently not supported is returning SQL for creating tables. * * @package dbal -* @note currently not used within phpBB3, but may be utilized later. */ class phpbb_db_tools { |