phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [20966] Fix typos


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20966] Fix typos
Date: Thu, 14 Jan 2010 17:06:41 +0000

Revision: 20966
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20966
Author:   sigurdne
Date:     2010-01-14 17:06:41 +0000 (Thu, 14 Jan 2010)
Log Message:
-----------
Fix typos

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php

Modified: 
people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php    
2010-01-14 17:05:41 UTC (rev 20965)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.http_dav_client.inc.php    
2010-01-14 17:06:41 UTC (rev 20966)
@@ -675,7 +675,7 @@
 
                        if (strlen($token)) 
                        {
-                               $this->http_client->addHeader('If', 
'<'.$uri.'>'.' (<'.$token.'>)');
+                               $this->http_client->addHeader('If', 
'<'.$srcUri.'>'.' (<'.$token.'>)');
                        }
                        $result = $this->http_client->Copy( $srcUri, $destUri, 
$overwrite, $scope);
                        $this->http_client->removeHeader('If');
@@ -708,7 +708,7 @@
                        $this->delete_uri_in_cache($destUri);
                        if (strlen($token)) 
                        {
-                               $this->http_client->addHeader('If', 
'<'.$uri.'>'.' (<'.$token.'>)');
+                               $this->http_client->addHeader('If', 
'<'.$srcUri.'>'.' (<'.$token.'>)');
                        }
                        $result = $this->http_client->Move( $srcUri, $destUri, 
$overwrite, $scope);
                        $this->http_client->removeHeader('If');





reply via email to

[Prev in Thread] Current Thread [Next in Thread]