Ignore:
Timestamp:
04/11/12 12:04:21 (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.wsdl.inc.php

    r5509 r5912  
    215215                        } 
    216216                        // get element prefix 
    217                         if(ereg(":",$name)) 
     217                        if(preg_match('/:/',$name)) 
    218218                        { 
    219219                                $prefix = substr($name,0,strpos($name,':')); 
Note: See TracChangeset for help on using the changeset viewer.