aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-06-22 23:41:26 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-06-22 23:41:26 +0200
commit80e0851189fa599a36c15659641b5ddfe82715a5 (patch)
tree9a3bda48036018e43e0d9d62717293db180d4b54 /phpBB/phpbb/cache
parentd18d3b30c70c0fb48cad14576376ee51671d094e (diff)
parent4f2acbaed2028cc1b5ad96f6eada97b1cc94532f (diff)
downloadforums-80e0851189fa599a36c15659641b5ddfe82715a5.tar
forums-80e0851189fa599a36c15659641b5ddfe82715a5.tar.gz
forums-80e0851189fa599a36c15659641b5ddfe82715a5.tar.bz2
forums-80e0851189fa599a36c15659641b5ddfe82715a5.tar.xz
forums-80e0851189fa599a36c15659641b5ddfe82715a5.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12747] Remove some methods which are not used anymore [ticket/12747] Drop support for Firebird
Diffstat (limited to 'phpBB/phpbb/cache')
-rw-r--r--phpBB/phpbb/cache/service.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/phpbb/cache/service.php b/phpBB/phpbb/cache/service.php
index c9aa6525c0..e47177758a 100644
--- a/phpBB/phpbb/cache/service.php
+++ b/phpBB/phpbb/cache/service.php
@@ -316,13 +316,6 @@ class service
ORDER BY LEN(bot_agent) DESC';
break;
- case 'firebird':
- $sql = 'SELECT user_id, bot_agent, bot_ip
- FROM ' . BOTS_TABLE . '
- WHERE bot_active = 1
- ORDER BY CHAR_LENGTH(bot_agent) DESC';
- break;
-
// LENGTH supported by MySQL, IBM DB2 and Oracle for sure...
default:
$sql = 'SELECT user_id, bot_agent, bot_ip