mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[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:
parent
a3d103c9c0
commit
3ecc81f853
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ if (!defined('IN_PHPBB'))
|
||||||
* Currently not supported is returning SQL for creating tables.
|
* Currently not supported is returning SQL for creating tables.
|
||||||
*
|
*
|
||||||
* @package dbal
|
* @package dbal
|
||||||
* @note currently not used within phpBB3, but may be utilized later.
|
|
||||||
*/
|
*/
|
||||||
class phpbb_db_tools
|
class phpbb_db_tools
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue