mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10059] Fix two misspellings of consistent.
PHPBB3-10059
This commit is contained in:
parent
bda64edae8
commit
36e96bbc6a
2 changed files with 2 additions and 2 deletions
|
@ -1018,7 +1018,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&
|
||||||
|
|
||||||
<h4>General function usage: </h4>
|
<h4>General function usage: </h4>
|
||||||
|
|
||||||
<p>Some of these functions are only chosen over others because of personal preference and having no other benefit than to be consistant over the code.</p>
|
<p>Some of these functions are only chosen over others because of personal preference and having no other benefit than to be consistent over the code.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -1882,7 +1882,7 @@ class install_install extends module
|
||||||
|
|
||||||
if (!$user_id)
|
if (!$user_id)
|
||||||
{
|
{
|
||||||
// If we can't insert this user then continue to the next one to avoid inconsistant data
|
// If we can't insert this user then continue to the next one to avoid inconsistent data
|
||||||
$this->p_master->db_error('Unable to insert bot into users table', $db->sql_error_sql, __LINE__, __FILE__, true);
|
$this->p_master->db_error('Unable to insert bot into users table', $db->sql_error_sql, __LINE__, __FILE__, true);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue