Changeset 4235


Ignore:
Timestamp:
05/06/11 10:50:06 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1843 - Erro na atualização de versão da Agenda de Eventos

File:
1 edited

Legend:

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

    r4217 r4235  
    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.