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

    r3019 r6057  
    186186 
    187187    if ( $frame->get_node()->nodeName == "#text") 
    188       $this->_lines[$this->_cl]["wc"] += count(preg_split("/\s+/", $frame->get_text())); 
     188      $this->_lines[$this->_cl]["wc"] += count(preg_split('/\s+/', $frame->get_text())); 
    189189 
    190190    $this->_lines[$this->_cl]["w"] += $w; 
Note: See TracChangeset for help on using the changeset viewer.