diff options
author | Rahul R <rahulr92@gmail.com> | 2012-04-06 01:15:12 +0530 |
---|---|---|
committer | Rahul R <rahulr92@gmail.com> | 2012-04-08 10:34:54 +0530 |
commit | b6957aa5252544fe0b52af94e35bc93b47e3518e (patch) | |
tree | dfe74c126619571c1403e5ee78cf28df79f1076b /phpBB/install | |
parent | c524236ef6d84f6ef78f684aeb7bb469ca844db4 (diff) | |
download | forums-b6957aa5252544fe0b52af94e35bc93b47e3518e.tar forums-b6957aa5252544fe0b52af94e35bc93b47e3518e.tar.gz forums-b6957aa5252544fe0b52af94e35bc93b47e3518e.tar.bz2 forums-b6957aa5252544fe0b52af94e35bc93b47e3518e.tar.xz forums-b6957aa5252544fe0b52af94e35bc93b47e3518e.zip |
[ticket/10650]Removed incorrect newline
Deleted additional line in the end of database_update.php
PHPBB3-10650
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 89b252e3fa..4f5fe142c9 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -2405,4 +2405,3 @@ function change_database_data(&$no_updates, $version) break; } } - |