Ignore:
Timestamp:
07/12/10 10:39:22 (14 years ago)
Author:
niltonneto
Message:

Ticket #1135 - Ajuste da atualização do header.inc.php, setup dos módulos e API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/setup/setup.inc.php

    r1728 r3031  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'phpgwapi'; 
    16         $setup_info['phpgwapi']['version']   = '2.1.000'; 
    17         $setup_info['phpgwapi']['versions']['current_header'] = '2.0'; 
     16        $setup_info['phpgwapi']['version']   = '2.2.000'; 
     17        $setup_info['phpgwapi']['versions']['current_header'] = '2.2'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
    1919        $setup_info['phpgwapi']['app_order'] = 1; 
     
    3333        $setup_info['phpgwapi']['tables'][]  = 'phpgw_nextid'; 
    3434        $setup_info['phpgwapi']['tables'][]  = 'phpgw_categories'; 
    35         /* 
    36         $setup_info['phpgwapi']['tables'][]  = 'phpgw_addressbook'; 
    37         $setup_info['phpgwapi']['tables'][]  = 'phpgw_addressbook_extra'; 
    38         */ 
    3935        $setup_info['phpgwapi']['tables'][]  = 'phpgw_log'; 
    4036        $setup_info['phpgwapi']['tables'][]  = 'phpgw_log_msg'; 
    41         /*$setup_info['phpgwapi']['tables'][]  = 'phpgw_interserv';*/ 
    4237        $setup_info['phpgwapi']['tables'][]  = 'phpgw_vfs'; 
    4338        $setup_info['phpgwapi']['tables'][]  = 'phpgw_history_log'; 
    4439        $setup_info['phpgwapi']['tables'][]  = 'phpgw_async'; 
    4540 
    46         /* Basic information about this app */ 
    47         /* 
    48         $setup_info['notifywindow']['name']      = 'notifywindow'; 
    49         $setup_info['notifywindow']['title']     = 'Notify Window'; 
    50         $setup_info['notifywindow']['version']   = '1.0.0'; 
    51         $setup_info['notifywindow']['enable']    = 2; 
    52         $setup_info['notifywindow']['app_order'] = 1; 
    53         $setup_info['notifywindow']['tables']    = ''; 
    54         $setup_info['notifywindow']['hooks'][]   = 'home'; 
    55         */ 
    5641 
    5742 
    5843 
    59  
    60  
Note: See TracChangeset for help on using the changeset viewer.