Fixed too many equals signs.
authorphutnick <phutnick@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 30 Sep 2001 20:46:41 +0000 (20:46 +0000)
committerphutnick <phutnick@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 30 Sep 2001 20:46:41 +0000 (20:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1536 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/load_prefs.php

index 91c8a083a67ecda52e089cba2bd6ff7e4fcbf0ce..404bf5329b99336ad02083eb133fa1efffe3a94e 100644 (file)
    
    global $alt_index_colors;
    $alt_index_colors = getPref($data_dir, $username, 'alt_index_colors');
-   if ($alt_index_colors === 0) {
+   if ($alt_index_colors == 0) {
       $alt_index_colors = false;
    } else {
       $alt_index_colors = true;
 
    do_hook("loading_prefs");
 
-?>
\ No newline at end of file
+?>