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

    r3019 r6057  
    229229 
    230230  if ( isset($opts['t']) ) { 
    231     $arr = split(',',$opts['t']); 
     231    $arr = preg_split('/,/',$opts['t']); 
    232232    $types = array(); 
    233233    foreach ($arr as $type) 
Note: See TracChangeset for help on using the changeset viewer.