diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-20 12:35:42 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-20 12:35:42 +0200 |
| commit | 04164affe672be6feea676fd05cf9761bf2e477a (patch) | |
| tree | c4c3276ccf9ab6e051ab1773f382b01a830992ad /phpBB/includes/acp/acp_profile.php | |
| parent | 70d4ede9b204ba9d2c3e1ae14258cd8c879db403 (diff) | |
| download | forums-04164affe672be6feea676fd05cf9761bf2e477a.tar forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.gz forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.bz2 forums-04164affe672be6feea676fd05cf9761bf2e477a.tar.xz forums-04164affe672be6feea676fd05cf9761bf2e477a.zip | |
[ticket/12747] Drop support for Firebird
PHPBB3-12747
Diffstat (limited to 'phpBB/includes/acp/acp_profile.php')
| -rw-r--r-- | phpBB/includes/acp/acp_profile.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php index b7f0df4614..c291ee43c8 100644 --- a/phpBB/includes/acp/acp_profile.php +++ b/phpBB/includes/acp/acp_profile.php @@ -1267,11 +1267,6 @@ class acp_profile break; - case 'firebird': - $sql = 'ALTER TABLE ' . PROFILE_FIELDS_DATA_TABLE . ' ADD "' . strtoupper($field_ident) . '" ' . $sql_type; - - break; - case 'oracle': $sql = 'ALTER TABLE ' . PROFILE_FIELDS_DATA_TABLE . " ADD $field_ident " . $sql_type; |
