* To make sure that $indent is always greater than zero (error removal)
[squirrelmail.git] / src / load_prefs.php
index 9723c6c4e8c46d9e781673576c230836c17a5e79..31389dfc4f6f59187ac97506b99f83c545fd8e60 100644 (file)
    $location_of_buttons = getPref($data_dir, $username, 'location_of_buttons');
    if ($location_of_buttons == '')
        $location_of_buttons = 'between';
-       
-   $collapse_folders = getPref($data_dir, $username, 'collapse_folders');
 
    do_hook("loading_prefs");