Changeset 1534 for trunk/phpgwapi


Ignore:
Timestamp:
10/28/09 08:07:24 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhorias no filemanager com correção de bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.vfs_sql.inc.php

    r2 r1534  
    15871587                                ) 
    15881588                        ); 
    1589  
     1589                        // Inside the folder that you have pemission you can do anything you want 
     1590                        $path = explode('/',$p->fake_full_path); 
    15901591                        if (!$this->acl_check (array( 
    1591                                         'string'        => $p->fake_full_path, 
     1592                                        'string'        => '/'.$path[1].'/'.$path[2], 
    15921593                                        'relatives'     => array ($p->mask), 
    15931594                                        'operation'     => PHPGW_ACL_DELETE 
Note: See TracChangeset for help on using the changeset viewer.