From 950d67d60e4354f418834ceb100ab2d260611037 Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 15 Dec 2006 02:38:14 +0000 Subject: elseif -> else if git-svn-id: file:///svn/phpbb/trunk@6765 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_styles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php index 34dbd4c7ff..2ec7e7095b 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -1178,7 +1178,7 @@ pagination_sep = \'{PAGINATION_SEP}\' } // else if we are showing raw css or the user submitted data from the simple view // then we need to turn the given information into raw css - elseif (!$css_data && !$add_custom) + else if (!$css_data && !$add_custom) { foreach ($match_elements as $type => $match_ary) { @@ -1245,7 +1245,7 @@ pagination_sep = \'{PAGINATION_SEP}\' } } // make sure we have $show_css set, so we can link to the show_css page if we need to - elseif (!$hide_css) + else if (!$hide_css) { $show_css = true; } -- cgit v1.2.1