Ignore:
Timestamp:
04/11/11 17:55:11 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1735 - Aumentar tamanho maximo do título agendamento.

File:
1 edited

Legend:

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

    r3976 r3981  
    8989            return $GLOBALS['setup_info']['calendar']['currentver']; 
    9090        } 
     91        $test[] = '2.2.001'; 
     92        function calendar_upgrade2_2_001() 
     93        { 
     94            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ALTER title TYPE varchar(300)"); 
     95            $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.002'; 
     96            return $GLOBALS['setup_info']['calendar']['currentver']; 
     97        } 
    9198?> 
Note: See TracChangeset for help on using the changeset viewer.