Ignore:
Timestamp:
05/21/12 16:03:45 (12 years ago)
Author:
acoutinho
Message:

Ticket #2759 - Problema nas preferencias do Catalogo de Enderecos

File:
1 edited

Legend:

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

    r6111 r6255  
    8989        $test[] = '1.003'; 
    9090        function expressoCalendar_upgrade1_003() { 
    91  
    92             $oProc = $GLOBALS['phpgw_setup']->oProc; 
    93  
    94             $oProc->query("INSERT INTO phpgw_hooks( \"hook_appname\", \"hook_location\", \"hook_filename\") VALUES ('expressoCalendar','admin', 'hook_admin.inc.php')"); 
    95  
    9691            $GLOBALS['setup_info']['expressoCalendar']['currentver'] = '1.004'; 
    9792            return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 
     
    117112            return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 
    118113        }; 
     114         
     115         
     116        $test[] = '1.006'; 
     117        function expressoCalendar_upgrade1_006() { 
     118            $GLOBALS['setup_info']['expressoCalendar']['currentver'] = '1.007'; 
     119            return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 
     120        }; 
    119121         
    120122?> 
Note: See TracChangeset for help on using the changeset viewer.