Author: ts
Date: Wed Oct  3 08:27:52 2007
New Revision: 6347

Log:
- Fixed moved constant.

Modified:
    trunk/Webdav/src/transport.php

Modified: trunk/Webdav/src/transport.php
==============================================================================
--- trunk/Webdav/src/transport.php [iso-8859-1] (original)
+++ trunk/Webdav/src/transport.php [iso-8859-1] Wed Oct  3 08:27:52 2007
@@ -87,13 +87,6 @@
 class ezcWebdavTransport
 {
     /**
-     * Regex to parse the <getcontenttype /> XML elemens content.
-     *
-     * Example: 'text/html; charset=UTF-8'
-     */
-    const GETCONTENTTYPE_REGEX = 
'(^(?P<mime>\w+/\w+)\s*;\s*charset\s*=\s*(?P<charset>.+)\s*$)i';
-
-    /**
      * Map of regular header names to $_SERVER keys.
      *
      * @var array(string=>string)


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to