[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
This commit is contained in:
Dhruv 2012-07-21 14:14:19 +05:30
parent a3d103c9c0
commit 3ecc81f853

View file

@ -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
{