Changeset 1821


Ignore:
Timestamp:
12/14/09 10:03:05 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM, Flush do sistema de arquivos

File:
1 edited

Legend:

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

    r1804 r1821  
    422422                        } 
    423423 
     424 
     425                        if ($_SESSION['phpgw_info']['user']['filemanager']['flush'] != 'flushed') 
     426                        { 
     427                                /*Flush journal-deleted*/ 
     428                                $this->bo->vfs->flush_journal(array( 
     429                                        'string' => $this->path, 
     430                                        'relatives' => array(RELATIVE_NONE), 
     431                                        'deleteall' => True 
     432                                )); 
     433                                $_SESSION['phpgw_info']['user']['filemanager']['flush'] = 'flushed'; 
     434                        } 
     435 
     436 
     437 
    424438                        # if is different path than home and no permission allowed 
    425439                        if($this->path != $this->bo->homedir && $this->path != $this->bo->fakebase && $this->path != '/' && !$this->can_read) 
Note: See TracChangeset for help on using the changeset viewer.