Changeset 6057 for trunk/setup/lang.php


Ignore:
Timestamp:
04/27/12 09:17:30 (12 years ago)
Author:
marcosw
Message:

Ticket #2398 - Compatibilizacao com PHP-5.3 em alguns módulos do expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup/lang.php

    r2 r6057  
    103103                { 
    104104                        _debug_array($badline); 
    105                         $_f_buffer = split("[/\\]", $badline['appfile']); 
     105                        $_f_buffer = preg_split('/[\/\\]/', $badline['appfile']); 
    106106                        $str .= lang('Application: %1, File: %2, Line: "%3"','<b>'.$_f_buffer[count($_f_buffer)-3].'</b>', 
    107107                                '<b>'.$_f_buffer[count($_f_buffer)-1].'</b>',$badline['line'])."<br>\n"; 
Note: See TracChangeset for help on using the changeset viewer.