mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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:
@@ -2095,7 +2095,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||
);
|
||||
}
|
||||
|
||||
// User has submitted form and no errors have occured
|
||||
// User has submitted form and no errors have occurred
|
||||
if ($update && !sizeof($error))
|
||||
{
|
||||
$sql_ary = array(
|
||||
@@ -2558,7 +2558,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||
$style_row['style_active'] = request_var('style_active', 1);
|
||||
$style_row['style_default'] = request_var('style_default', 0);
|
||||
|
||||
// User has submitted form and no errors have occured
|
||||
// User has submitted form and no errors have occurred
|
||||
if ($update && !sizeof($error))
|
||||
{
|
||||
if ($mode == 'style')
|
||||
@@ -2693,7 +2693,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||
}
|
||||
}
|
||||
|
||||
// User has submitted form and no errors have occured
|
||||
// User has submitted form and no errors have occurred
|
||||
if ($update && !sizeof($error))
|
||||
{
|
||||
if ($mode == 'style')
|
||||
|
Reference in New Issue
Block a user