Assembla home | Assembla project page
 

Changeset 1014

Show
Ignore:
Timestamp:
07/09/08 23:14:03 (5 months ago)
Author:
Pernod
Message:

Fixed the shuffle setting when browsing by filesystem.

Fixes #152

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swisscenter/base/browse.php

    r1003 r1014  
    372372    tidy_lists ( $dir_list, $file_list ); 
    373373     
     374    // Make sure that the session variable for "shuffle" matches the user's preference (because it will have been set "on" for quick play). 
     375    $_SESSION["shuffle"] = get_user_pref('shuffle','off'); 
     376   
    374377    // Page settings 
    375378    $url         = url_remove_param(current_url(),'thumbs');