Changeset 1906


Ignore:
Timestamp:
12/29/09 10:27:08 (14 years ago)
Author:
amuller
Message:

Ticket #000 - blah blah blah blah blah blah blah blah blah blah blah blah

Location:
sandbox/filemanager/inc
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.uifilemanager.inc.php

    r1905 r1906  
    587587                                $this->groups_applications[$value['account_name']] = $applications->read_account_specific(); 
    588588                        } 
     589                        $_SESSION['debug']['groups_applications'] = $this->groups_applications; 
    589590 
    590591                        // selectbox for change/move/and copy to 
     
    12001201 
    12011202                        # Then we get the directories in their readable groups' home directories 
     1203                        $_SESSION['debug']['readable'] = $this->readable_groups; 
    12021204                        reset($this->readable_groups); 
    12031205                        while(list($num, $group_array) = each($this->readable_groups)) 
Note: See TracChangeset for help on using the changeset viewer.