mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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)
|
||||
|
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
$updates_to_version = '3.0.B4';
|
||||
$updates_to_version = '3.0.B5';
|
||||
|
||||
if (defined('IN_PHPBB') && defined('IN_INSTALL'))
|
||||
{
|
||||
|
@@ -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='')
|
||||
{
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user