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/phpgwapi/inc/xml_functions.inc.php

    r5934 r6057  
    146146        function xmlrpc_entity_decode($string) 
    147147        { 
    148                 $top = split('&', $string); 
     148                $top = preg_split('/&/', $string); 
    149149                $op  = ''; 
    150150                $i   = 0; 
Note: See TracChangeset for help on using the changeset viewer.