Ignore:
Timestamp:
07/11/12 11:45:10 (12 years ago)
Author:
niltonneto
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

Location:
branches/2.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4

  • branches/2.4/phpgwapi/inc/class.setup_process.inc.php

    r6741 r6754  
    737737                                                                } 
    738738                                                        } 
    739                                                         // elseif ($GLOBALS['phpgw_setup']->alessthanb($value,$currentver))  
    740                                 // {  
    741                                 //      if($DEBUG) { echo '<br>process->upgrade(): running baseline delta only: ' . $function . '...'; }  
    742                                 //      $GLOBALS['phpgw_setup']->oProc->m_bDeltaOnly = True;  
    743                                 //      $success = $function(); 
     739                                                        // elseif ($GLOBALS['phpgw_setup']->alessthanb($value,$currentver)) 
     740                                                        // { 
     741                                                        //      if($DEBUG) { echo '<br>process->upgrade(): running baseline delta only: ' . $function . '...'; } 
     742                                                        //      $GLOBALS['phpgw_setup']->oProc->m_bDeltaOnly = True; 
     743                                                        //      $success = $function(); 
    744744                                                                 
    745                                                         //      // is the next update the one we need?  
    746                             //      if ($success && $test[$x+1] != $success &&  
    747                             //              ($num = array_search($success,$test)) !== False && $num !== null)  
    748                             //      {  
    749                             //              // do we have the needed update somewhere else in the row?  
    750                             //              // if yes, position the array-pointer just before that update and continue  
    751                             //              reset($test);  
    752                             //              while((list($x,$value) = each($test)) && $x < $num-1);  
    753                             //              continue;  
    754                             //      }  
    755                             // } 
     745                                                        //      // is the next update the one we need? 
     746                                                        //      if ($success && $test[$x+1] != $success && 
     747                                                        //              ($num = array_search($success,$test)) !== False && $num !== null) 
     748                                                        //      { 
     749                                                        //              // do we have the needed update somewhere else in the row? 
     750                                                        //              // if yes, position the array-pointer just before that update and continue 
     751                                                        //              reset($test); 
     752                                                        //              while((list($x,$value) = each($test)) && $x < $num-1); 
     753                                                        //              continue; 
     754                                                        //      } 
     755                                                        // } 
    756756                                                        else 
    757757                                                        {                                                                
Note: See TracChangeset for help on using the changeset viewer.