* Removed the unnecessary function replace_escaped_spaces (never used)
[squirrelmail.git] / src / load_prefs.php
index 31389dfc4f6f59187ac97506b99f83c545fd8e60..9723c6c4e8c46d9e781673576c230836c17a5e79 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");