Changeset 1855


Ignore:
Timestamp:
12/16/09 16:05:29 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM, Implementação do arquivamento

File:
1 edited

Legend:

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

    r1842 r1855  
    267267                                { 
    268268                                        $value = 'journal'; 
     269                                } 
     270                                if ($attribute == 'summary') 
     271                                { 
     272                                        $value = ''; 
    269273                                } 
    270274 
     
    25892593                                        'mime_type'     => False, 
    25902594                                        'nofiles'       => False, 
     2595                                        'summary'       => False, 
    25912596                                        'orderby'       => 'directory' 
    25922597                                ); 
Note: See TracChangeset for help on using the changeset viewer.