Changeset 937

Show
Ignore:
Timestamp:
Mon Mar 20 22:19:21 2006
Author:
c3crm
Message:

add tabgroup module

Files:

Legend:

Unmodified
Added
Removed
Modified
  • c3crm/sugarcrm/trunk/include/modules.php

    r857 r937  
    128 128 $beanList['Followups']  = 'Followup';  
    129 129 $beanList['ProductServices']          = 'ProductService';  
      130 $beanList['Tabgroups']  = 'Tabgroup';  
    130 131  
    131 132  
     
    202 203 $beanFiles['Followup']  = 'modules/Followups/Followup.php';  
    203 204 $beanFiles['ProductService']  = 'modules/ProductServices/ProductService.php';  
      205 $beanFiles['Tabgroup']          = 'modules/Tabgroups/Tabgroup.php';  
    204 206  
    205 207  
    215 217     'Schedulers','Schedulers_jobs', /*'Queues',*/ 'InboundEmail',  
    216 218     'CampaignLog', 'Groups',  
    217       'ACLActions', 'ACLRoles',  
      219     'ACLActions', 'ACLRoles','Tabgroups',  
    217 219     );  
    218 220 $adminOnlyList = array(