Changeset 5781 for trunk/setup


Ignore:
Timestamp:
03/22/12 01:02:59 (12 years ago)
Author:
leandro.leal
Message:

Ticket #2558 - Bugs em funcoes descontinuadas ereg, split...

Location:
trunk/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup/check_install.php

    r2 r5781  
    384384                                $check = lang('contain'); 
    385385                                $sep = $is_windows ? '[; ]+' : '[: ]+'; 
    386                                 $result = in_array($args['value'],split($sep,$ini_value)); 
     386                                $result = in_array($args['value'],explode($sep,$ini_value)); 
    387387                                break; 
    388388                        case '=': 
  • trunk/setup/config.php

    r5773 r5781  
    6565 
    6666        /* Following to ensure windows file paths are saved correctly */ 
     67        //set_magic_quotes_runtime(0);  
    6768        magic_quotes_runtime(0); 
    6869 
Note: See TracChangeset for help on using the changeset viewer.