From 50e7ae2d2aaeca861f91dfaa559efb5080983799 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 6 May 2006 06:53:26 +0000 Subject: [PATCH] undefined $value git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11113 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/options/display.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/options/display.php b/include/options/display.php index 33dcbe39..fb8daa90 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -226,6 +226,7 @@ function load_optpage_data_display() { global $icon_themes, $icon_theme; $temp = array(); + $value = 0; for ($count = 0; $count < sizeof($icon_themes); $count++) { $temp[$count] = $icon_themes[$count]['NAME']; if ($icon_theme == $icon_themes[$count]['PATH'] || -- 2.25.1