diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 23:41:26 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 23:41:26 +0200 |
| commit | 80e0851189fa599a36c15659641b5ddfe82715a5 (patch) | |
| tree | 9a3bda48036018e43e0d9d62717293db180d4b54 /phpBB/includes/functions_admin.php | |
| parent | d18d3b30c70c0fb48cad14576376ee51671d094e (diff) | |
| parent | 4f2acbaed2028cc1b5ad96f6eada97b1cc94532f (diff) | |
| download | forums-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/includes/functions_admin.php')
| -rw-r--r-- | phpBB/includes/functions_admin.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 2d3ac62f86..6bf8ce2c81 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2445,7 +2445,6 @@ function phpbb_cache_moderators($db, $cache, $auth) { case 'sqlite': case 'sqlite3': - case 'firebird': $db->sql_query('DELETE FROM ' . MODERATOR_CACHE_TABLE); break; @@ -2900,17 +2899,6 @@ function get_database_size() } break; - case 'firebird': - global $dbname; - - // if it on the local machine, we can get lucky - if (file_exists($dbname)) - { - $database_size = filesize($dbname); - } - - break; - case 'sqlite': case 'sqlite3': global $dbhost; |
