From 5407857854f196a44fd36e9850ebdddde0dcb525 Mon Sep 17 00:00:00 2001 From: cigamit Date: Fri, 18 Jul 2003 03:17:30 +0000 Subject: [PATCH] Small fix, Custom CSS option should work properly now git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5332 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/options/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/options/display.php b/include/options/display.php index f452009a..eb218c52 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -58,7 +58,7 @@ function load_optpage_data_display() { } closedir($handle); - if ( count( $css_values > 1 ) ) { + if ( count( $css_values ) > 1 ) { $optvals[SMOPT_GRP_GENERAL][] = array( 'name' => 'custom_css', -- 2.25.1