aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/convertors/functions_phpbb20.php2
-rw-r--r--phpBB/install/database_update.php2
-rwxr-xr-xphpBB/install/index.php2
-rw-r--r--phpBB/install/install_update.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php
index bdde227e95..043441c54b 100644
--- a/phpBB/install/convertors/functions_phpbb20.php
+++ b/phpBB/install/convertors/functions_phpbb20.php
@@ -894,7 +894,7 @@ function phpbb_convert_authentication($mode)
// Let us see if guests/registered users have access to these forums...
foreach ($parent_forums as $row)
{
- // Get the childs...
+ // Get the children
$branch = $forum_ids = array();
foreach ($forums as $key => $_row)
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 5b909a1fe6..8fd30020a1 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -8,7 +8,7 @@
*
*/
-$updates_to_version = '3.0.B4';
+$updates_to_version = '3.0.B5';
if (defined('IN_PHPBB') && defined('IN_INSTALL'))
{
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index b02fc5d973..0a8a45b771 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -600,7 +600,7 @@ class module
}
/**
- * Generate the relevant HTML for an input field and the assosciated label and explanatory text
+ * Generate the relevant HTML for an input field and the associated label and explanatory text
*/
function input_field($name, $type, $value='', $options='')
{
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index a62b122014..117c2f64fa 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -1010,7 +1010,7 @@ class install_update extends module
return;
}
- // Check for existance, else abort immediatly
+ // Check for existance, else abort immediately
if (!file_exists($this->old_location . $original_file) || !file_exists($this->new_location . $original_file))
{
trigger_error($user->lang['INCOMPLETE_UPDATE_FILES'], E_USER_ERROR);