Changeset 5311 for trunk/phpgwapi


Ignore:
Timestamp:
01/05/12 09:51:14 (12 years ago)
Author:
niltonneto
Message:

Ticket #2409 - Corrigido tables_update da API e dos módulos que possuem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/setup/tables_update.inc.php

    r4306 r5311  
    116116        } 
    117117        $test[] = '2.2.1';  
    118         function phpgwapi_upgrade2_2_1()  
    119         {  
    120             $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.2';  
    121             return $GLOBALS['setup_info']['phpgwapi']['currentver'];  
    122         }  
     118        function phpgwapi_upgrade2_2_1() 
     119        { 
     120                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.2'; 
     121                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     122        } 
     123        $test[] = '2.2.2'; 
     124        function phpgwapi_upgrade2_2_2() 
     125        { 
     126                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.3'; 
     127                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     128        } 
     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.2.10'; 
     151                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     152        }        
     153        $test[] = '2.2.10'; 
     154        function phpgwapi_upgrade2_2_10() 
     155        { 
     156                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.3.0'; 
     157                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     158        }        
     159        $test[] = '2.3.0'; 
     160        function phpgwapi_upgrade2_3_0() 
     161        { 
     162                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.4.0'; 
     163                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     164        } 
    123165?> 
Note: See TracChangeset for help on using the changeset viewer.