Ignore:
Timestamp:
10/10/13 17:22:22 (11 years ago)
Author:
angelo
Message:

Ticket #3491 - Compatibilizar Expresso com novas versoes do PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/expressoAdmin1_2/inc/class.group.inc.php

    r5133 r8236  
    108108                         
    109109                        // ADD ATTRIBUTES 
    110                         if ($params['phpgwaccountvisible'] == 'on') 
     110                        if (isset($params['phpgwaccountvisible']) && $params['phpgwaccountvisible'] == 'on') 
    111111                        { 
    112112                                $group_info['phpgwaccountvisible'] = '-1'; 
Note: See TracChangeset for help on using the changeset viewer.