Ignore:
Timestamp:
10/02/13 17:35:59 (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/admin/inc/class.uiconfig.inc.php

    r8175 r8229  
    122122 
    123123                                foreach($_POST['newsettings'] as $key => $config) 
    124                                 { 
    125                                          
     124                                {                                        
    126125                                        if ($config)   
    127126                                        {                                                                                                                                                                                 // Código adicionado   
     
    134133                                else  
    135134                                { 
    136                                 call_user_func($key,&$config); 
     135                                call_user_func($key,$config); 
    137136                                } 
    138137 
Note: See TracChangeset for help on using the changeset viewer.