Ignore:
Timestamp:
03/18/12 15:07:09 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Suporte copia/edicao/remocao de ocorrencias de repeticao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/setup/tables_update.inc.php

    r5741 r5746  
    7979        function expressoCalendar_upgrade1_002() { 
    8080 
    81                 $oProc = $GLOBALS['phpgw_setup']->oProc; 
     81            $oProc = $GLOBALS['phpgw_setup']->oProc; 
    8282 
    83                 $oProc->query("ALTER TABLE calendar_repeat_occurrence ADD COLUMN exception smallint DEFAULT 0;"); 
     83            $oProc->query("ALTER TABLE calendar_repeat_occurrence ADD COLUMN exception smallint DEFAULT 0"); 
    8484 
    85                 $GLOBALS['setup_info']['expressoCalendar']['currentver'] = '1.003'; 
    86         return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 
     85            $GLOBALS['setup_info']['expressoCalendar']['currentver'] = '1.003'; 
     86            return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 
    8787        } 
    8888?> 
Note: See TracChangeset for help on using the changeset viewer.