Ignore:
Timestamp:
06/22/09 09:47:02 (15 years ago)
Author:
amuller
Message:

Ticket #559 - Atualização de segurança

File:
1 edited

Legend:

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

    r2 r1036  
    16481648                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16491649        } 
     1650 
     1651        $test[] = '1.0.0.007'; 
     1652        function phpgwapi_upgrade1_0_0_007() 
     1653        { 
     1654 
     1655                global $setup_info,$phpgw_setup; 
     1656 
     1657                $phpgw_setup->oProc->AddColumn('phpgw_access_log','browser', array ('type' => 'varchar', 'precision' => 200)); 
     1658                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.008'; 
     1659                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1660 
     1661        } 
     1662 
    16501663?> 
Note: See TracChangeset for help on using the changeset viewer.