1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

up the version number

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9036 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-10-25 14:16:17 +00:00
parent fe4a53b76e
commit 5d9306c512
12 changed files with 18 additions and 18 deletions

View File

@@ -1891,7 +1891,7 @@ function change_database_data(&$no_updates, $version)
}
/**
* Do not resync post counts here. An admin may later do this from the ACP
* Do not resync post counts here. An admin may do this later from the ACP
$start = 0;
$step = ($config['num_posts']) ? (max((int) ($config['num_posts'] / 5), 20000)) : 20000;