Author: dr
Date: Mon Oct 29 09:11:48 2007
New Revision: 6599

Log:
- Fixed line endings.

Modified:
    trunk/Webdav/src/transports/microsoft.php
    trunk/Webdav/tests/scripts/kore_server.php
    trunk/Webdav/tests/scripts/visualize_serialized.php

Modified: trunk/Webdav/src/transports/microsoft.php
==============================================================================
--- trunk/Webdav/src/transports/microsoft.php [iso-8859-1] (original)
+++ trunk/Webdav/src/transports/microsoft.php [iso-8859-1] Mon Oct 29 09:11:48 
2007
@@ -119,4 +119,4 @@
         return parent::parsePropFindRequest( $path, $body );
     }
 }
-
+?>

Modified: trunk/Webdav/tests/scripts/kore_server.php
==============================================================================
--- trunk/Webdav/tests/scripts/kore_server.php [iso-8859-1] (original)
+++ trunk/Webdav/tests/scripts/kore_server.php [iso-8859-1] Mon Oct 29 09:11:48 
2007
@@ -158,4 +158,4 @@
 file_put_contents( $logDir . 'response_status.xml',  
$GLOBALS['EZC_WEBDAV_RESPONSE'] );
 file_put_contents( $logDir . 'response_headers.xml', var_export( 
$GLOBALS['EZC_WEBDAV_RESPONSE_HEADERS'], true ) );
 file_put_contents( $logDir . 'response_body.xml',    
$GLOBALS['EZC_WEBDAV_RESPONSE_BODY'] );
-
+?>

Modified: trunk/Webdav/tests/scripts/visualize_serialized.php
==============================================================================
--- trunk/Webdav/tests/scripts/visualize_serialized.php [iso-8859-1] (original)
+++ trunk/Webdav/tests/scripts/visualize_serialized.php [iso-8859-1] Mon Oct 29 
09:11:48 2007
@@ -9,4 +9,4 @@
 
 var_dump( unserialize( file_get_contents( $argv[1] ) ) );
 echo "\n";
-
+?>


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to