mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Coding guidelines in r9629
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9720 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
59a5278c69
commit
2e8d14004f
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elseif ( $action == 'deactivate' )
|
else if ($action == 'deactivate')
|
||||||
{
|
{
|
||||||
$s_hidden_fields = array(
|
$s_hidden_fields = array(
|
||||||
'i' => $id,
|
'i' => $id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue