diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-25 14:12:13 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-25 14:12:13 +0000 |
| commit | fe4a53b76e7e55eafce56d502737ad3f5dcf2423 (patch) | |
| tree | ffec03fb57a895f87b79d7aae30d17bf9d25d64f /phpBB/install/database_update.php | |
| parent | dfb0907779fb8b955676759fae9c2e1e4e5f81eb (diff) | |
| download | forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.gz forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.bz2 forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.xz forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.zip | |
Help the user if FTP update fails.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9035 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index aba05722a1..dd8f2d9704 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.2'; +$updates_to_version = '3.0.3-RC1'; // Return if we "just include it" to find out for which version the database update is responsible for if (defined('IN_PHPBB') && defined('IN_INSTALL')) |
