Author: kn
Date: Tue Oct 2 14:57:17 2007
New Revision: 6334
Log:
- Updated comments
Modified:
trunk/Webdav/src/backends/file.php
Modified: trunk/Webdav/src/backends/file.php
==============================================================================
--- trunk/Webdav/src/backends/file.php [iso-8859-1] (original)
+++ trunk/Webdav/src/backends/file.php [iso-8859-1] Tue Oct 2 14:57:17 2007
@@ -162,7 +162,7 @@
// exists, which we need to silence using the @
while ( ( $fp = @fopen( $lockFileName, 'x' ) ) === false )
{
- echo ' - ';
+ // This is untestable.
usleep( $sleeptime );
}
@@ -287,8 +287,6 @@
{
file_put_contents( $this->root . $path, $content );
chmod( $this->root . $path, $this->options->fileMode );
-
- // @TODO: Also update properties?
}
/**
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components