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/dompdf.cls.php

    r3019 r6057  
    363363        //Check if the css file is for an accepted media type 
    364364        //media not given then always valid 
    365         $formedialist = preg_split("/[\s\n,]/", $link->getAttribute("media"),-1, PREG_SPLIT_NO_EMPTY); 
     365        $formedialist = preg_split('/[\s\n,]/', $link->getAttribute("media"),-1, PREG_SPLIT_NO_EMPTY); 
    366366        if ( count($formedialist) > 0 ) { 
    367367          $accept = false; 
Note: See TracChangeset for help on using the changeset viewer.