Ignore:
Timestamp:
04/29/11 14:59:42 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Corrigido numeração das versões de acordo com o novo modelo. r4173

File:
1 edited

Legend:

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

    r3857 r4186  
    109109                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    110110        } 
     111        $test[] = '2.2.000'; 
     112        function phpgwapi_upgrade2_2_000() 
     113        { 
     114                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.1'; 
     115                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     116        } 
    111117?> 
Note: See TracChangeset for help on using the changeset viewer.