Changeset 4317 for sandbox


Ignore:
Timestamp:
05/10/11 15:48:59 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Erro na atualizacao de versao da Agenda de Eventos - r4235

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/calendar/setup/tables_update.inc.php

    r4316 r4317  
    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        {  
    8591            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN notifications_owner INT NOT NULL deafult '0'"); 
    8692                $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN observations text"); 
Note: See TracChangeset for help on using the changeset viewer.