aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
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/install/database_update.php
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/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 44dbe43cf8..72073be880 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -182,7 +182,7 @@ header('Content-type: text/html; charset=UTF-8');
define('IN_DB_UPDATE', true);
/**
-* @todo firebird/mysql update?
+* @todo mysql update?
*/
// End startup code