Ignore:
Timestamp:
04/28/11 17:55:36 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r3857 r4173  
    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.