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/filemanager/tp/dompdf/include/stylesheet.cls.php

    r3019 r6057  
    357357 
    358358    // Parse the selector 
    359     //$s = preg_split("/([ :>.#+])/", $selector, -1, PREG_SPLIT_DELIM_CAPTURE); 
     359    //$s = preg_split('/([ :>.#+])/', $selector, -1, PREG_SPLIT_DELIM_CAPTURE); 
    360360 
    361361    $delimiters = array(" ", ">", ".", "#", "+", ":", "["); 
     
    883883   */ 
    884884  private function _parse_import($url) { 
    885     $arr = preg_split("/[\s\n,]/", $url,-1, PREG_SPLIT_NO_EMPTY); 
     885    $arr = preg_split('/[\s\n,]/', $url,-1, PREG_SPLIT_NO_EMPTY); 
    886886    $url = array_shift($arr); 
    887887    $accept = false; 
Note: See TracChangeset for help on using the changeset viewer.