Ignore:
Timestamp:
08/03/09 09:54:23 (15 years ago)
Author:
fpcorrea
Message:

Ticket #573 - Importação de mensagens é limitado pelo tamanho máximo de anexos

File:
1 edited

Legend:

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

    r1086 r1246  
    634634 
    635635                                                /* $test array comes from update file.  It is a list of available upgrade functions */ 
    636                                                 @reset($test);                                           
    637                                                  
     636                                                @reset($test); 
    638637                                                while(list($x,$value) = @each($test)) 
    639638                                                { 
    640                                                                 $this->currentversion = $currentver = $setup_info[$key]['currentver']; 
    641                                                                   
     639                                                        $this->currentversion = $currentver = $setup_info[$key]['currentver']; 
     640 
    642641                                                        /* build upgrade function name */ 
    643642                                                        $function = $appname . '_upgrade' . str_replace(".", '_', $value); 
    644                                                          
     643 
    645644                                                        if($DEBUG) 
    646645                                                        { 
     
    755754                                                        } 
    756755                                                        else 
    757                                                         {                                                                
    758                                                                 continue; 
     756                                                        { 
     757                                                                break; 
    759758                                                        } 
    760759                                                } 
Note: See TracChangeset for help on using the changeset viewer.