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/class.xmlrpc_server.inc.php

    r2 r6057  
    4747                function iso86012date($isodate,$timestamp=False) 
    4848                { 
    49                         if (($arr = split('[-:T]',$isodate)) && count($arr) == 6) 
     49                        if (($arr = preg_split('/[-:T]/',$isodate)) && count($arr) == 6) 
    5050                        { 
    5151                                foreach(array('year','month','mday','hour','min','sec') as $n => $name) 
Note: See TracChangeset for help on using the changeset viewer.