Ignore:
Timestamp:
11/07/11 15:59:45 (12 years ago)
Author:
brunocosta
Message:

Ticket #2142 - Ajuste do setup para publicação da versão 2.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/phpgwapi/setup/tables_update.inc.php

    r4526 r5156  
    1010        \**************************************************************************/ 
    1111 
    12         // Since Expresso 1.2 using API EgroupWare 1.0.0.007  
     12        // Since Expresso 1.2 using API EgroupWare 1.0.0.007 
    1313        $test[] = '1.0.0.007'; 
    1414        function phpgwapi_upgrade1_0_0_007() 
     
    2222 
    2323        } 
    24          
     24 
    2525        $test[] = '1.0.0.008'; 
    2626        function phpgwapi_upgrade1_0_0_008() 
     
    4848                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.002'; 
    4949                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    50         }                
     50        } 
    5151        $test[] = '2.0.002'; 
    5252        function phpgwapi_upgrade2_0_002() 
     
    7272                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.006'; 
    7373                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    74         }                        
     74        } 
    7575        $test[] = '2.0.006'; 
    7676        function phpgwapi_upgrade2_0_006() 
     
    7878                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.007'; 
    7979                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    80         }        
     80        } 
    8181        $test[] = '2.0.007'; 
    8282        function phpgwapi_upgrade2_0_007() 
     
    8484                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.008'; 
    8585                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    86         }        
     86        } 
    8787        $test[] = '2.0.008'; 
    8888        function phpgwapi_upgrade2_0_008() 
     
    9696                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.010'; 
    9797                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    98         }        
     98        } 
    9999        $test[] = '2.0.010'; 
    100100        function phpgwapi_upgrade2_0_010() 
     
    102102                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
    103103                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    104         }        
     104        } 
    105105        $test[] = '2.1.000'; 
    106106        function phpgwapi_upgrade2_1_000() 
     
    112112        function phpgwapi_upgrade2_2_000() 
    113113        { 
    114                 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.0.1'; 
     114                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.1'; 
    115115                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    116116        } 
    117         $test[] = '2.2.1'; 
     117        $test[] = '2.2.1'; 
    118118        function phpgwapi_upgrade2_2_1() 
    119119        { 
     
    121121                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    122122        } 
    123         $test[] = '2.2.2'; 
     123        $test[] = '2.2.2'; 
    124124        function phpgwapi_upgrade2_2_2() 
    125125        { 
     
    127127                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    128128        } 
     129        $test[] = '2.2.3'; 
     130        function phpgwapi_upgrade2_2_3() 
     131        { 
     132                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.4'; 
     133                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     134        } 
     135        $test[] = '2.2.4'; 
     136        function phpgwapi_upgrade2_2_4() 
     137        { 
     138                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.6'; 
     139                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     140        } 
     141        $test[] = '2.2.6'; 
     142        function phpgwapi_upgrade2_2_6() 
     143        { 
     144                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.8'; 
     145                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     146        } 
     147        $test[] = '2.2.8'; 
     148        function phpgwapi_upgrade2_2_8() 
     149        { 
     150                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.3.0'; 
     151                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     152        } 
    129153?> 
Note: See TracChangeset for help on using the changeset viewer.