Ignore:
Timestamp:
05/26/11 13:46:38 (13 years ago)
Author:
brunocosta
Message:

Ticket #1940 - Alterando versão de aplicativos para 2.2.0.1. .

File:
1 edited

Legend:

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

    r4237 r4526  
    8383        function calendar_upgrade2_2_000() 
    8484        { 
    85                 $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.003'; 
    86                 return $GLOBALS['setup_info']['calendar']['currentver']; 
    87         } 
    88         $test[] = '2.2.003'; 
    89         function calendar_upgrade2_2_003() 
    90         { 
    9185            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN notifications_owner INT NOT NULL default '0'"); 
    9286            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN observations text"); 
     
    9589            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ALTER title TYPE varchar(300)"); 
    9690            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal_repeats ALTER recur_exception TYPE varchar"); 
    97             $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.1'; 
     91            $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.0.1'; 
    9892            return $GLOBALS['setup_info']['calendar']['currentver']; 
    9993        } 
     94 
    10095?> 
Note: See TracChangeset for help on using the changeset viewer.