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

    r5928 r6057  
    341341                                if (preg_match('/^[0-9]{1,3}(\.[0-9]{1,3}){3}$/i',$string)) 
    342342                                { 
    343                                         $octets = split('\.',$string); 
     343                                        $octets = preg_split('/\./',$string); 
    344344                                        for ($i=0; $i != count($octets); $i++) 
    345345                                        { 
Note: See TracChangeset for help on using the changeset viewer.