diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-07-07 10:52:59 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-07-07 10:52:59 +0000 |
commit | 2e8d14004f9fc7083fcd7b377b86ea5cef7d55db (patch) | |
tree | 2fcd4150685d4d9126a938dc8a67b11f3b07fe19 /phpBB | |
parent | 59a5278c69250adf1b8459df45b7873613240a09 (diff) | |
download | forums-2e8d14004f9fc7083fcd7b377b86ea5cef7d55db.tar forums-2e8d14004f9fc7083fcd7b377b86ea5cef7d55db.tar.gz forums-2e8d14004f9fc7083fcd7b377b86ea5cef7d55db.tar.bz2 forums-2e8d14004f9fc7083fcd7b377b86ea5cef7d55db.tar.xz forums-2e8d14004f9fc7083fcd7b377b86ea5cef7d55db.zip |
Coding guidelines in r9629
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9720 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_styles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php index ab9ddc0b6f..166ad11d3e 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -231,7 +231,7 @@ parse_css_file = {PARSE_CSS_FILE} $db->sql_query($sql); } } - elseif ( $action == 'deactivate' ) + else if ($action == 'deactivate') { $s_hidden_fields = array( 'i' => $id, |