From 65e13529dbfb308ff709cd5023177e6a4fa77965 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 25 Nov 2002 23:57:26 +0000 Subject: Fixed cookie style preference. --- preferences.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'preferences.php') diff --git a/preferences.php b/preferences.php index d27a617..5b4e20d 100644 --- a/preferences.php +++ b/preferences.php @@ -232,11 +232,11 @@ include(BASE.'functions/ical_parser.php'); while ($file = readdir($dir_handle)) { if (($file != ".") && ($file != "..") && ($file != "CVS")) { if (!is_file($file)) { - $file = ucfirst($file); + $file_disp = ucfirst($file); if ($file == "$cookie_style") { - print "\n"; + print "\n"; } else { - print "\n"; + print "\n"; } } } -- cgit v1.2.3