aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 681d47f0f1..398e46ce7c 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -1011,7 +1011,7 @@ $template->assign_vars(array(
'S_SELECT_SORT_DAYS' => $s_limit_days)
);
-// Can't do comparisons w/ TEXT on MSSQL, CAST is good enough
+// Handle large objects differently for Oracle and MSSQL
switch ($db->sql_layer)
{
case 'oracle':