Changeset 6675


Ignore:
Timestamp:
06/28/12 17:15:23 (12 years ago)
Author:
jefferson
Message:

Ticket #2635 - Commit Correcao da ER no arquivo que geraram inconsistencias na importacao do caldav

File:
1 edited

Legend:

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

    r6057 r6675  
    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.