Changeset 6687 for branches/2.4


Ignore:
Timestamp:
06/29/12 15:29:12 (12 years ago)
Author:
eduardow
Message:

Ticket #2921 - Correção da ER no arquivo que geraram inconsistencias na importacao do Caldav.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/plugins/davicalCliente/caldav-client-v2.php

    r6057 r6687  
    279279    fclose($fip); 
    280280 
    281     list( $this->httpResponseHeaders, $this->httpResponseBody ) = preg_split( '/{\r?\n\r?\n}s/', $response, 2 ); 
     281    list( $this->httpResponseHeaders, $this->httpResponseBody ) = preg_split( '{\r?\n\r?\n}s', $response, 2 ); 
    282282    if ( preg_match( '{Transfer-Encoding: chunked}i', $this->httpResponseHeaders ) ) $this->Unchunk(); 
    283283 
Note: See TracChangeset for help on using the changeset viewer.