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.vfs_dav.inc.php

    r5940 r6057  
    23742374                                if (!preg_match('/^#/',$contents[$i])) 
    23752375                                { 
    2376                                         $line=split("[[:space:]]+", $contents[$i]); 
     2376                                        $line=preg_split('/[[:space:]]+/', $contents[$i]); 
    23772377                                        if (sizeof($line) >= 2) 
    23782378                                        { 
Note: See TracChangeset for help on using the changeset viewer.