SOURCES: php-pear-HTTP_Upload-bug-4318.patch - kill tabs (match co...

glen glen at pld-linux.org
Wed Feb 22 13:07:05 CET 2006


Author: glen                         Date: Wed Feb 22 12:07:05 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill tabs (match coding style used in HTTP_Upload)

---- Files affected:
SOURCES:
   php-pear-HTTP_Upload-bug-4318.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/php-pear-HTTP_Upload-bug-4318.patch
diff -u SOURCES/php-pear-HTTP_Upload-bug-4318.patch:1.3 SOURCES/php-pear-HTTP_Upload-bug-4318.patch:1.4
--- SOURCES/php-pear-HTTP_Upload-bug-4318.patch:1.3	Wed Feb 22 13:04:29 2006
+++ SOURCES/php-pear-HTTP_Upload-bug-4318.patch	Wed Feb 22 13:07:00 2006
@@ -1,5 +1,5 @@
---- ./Upload.php~	2006-02-22 13:55:52.000000000 +0200
-+++ ./Upload.php	2006-02-22 13:55:56.000000000 +0200
+--- ./Upload.php~    2006-02-22 13:55:52.000000000 +0200
++++ ./Upload.php    2006-02-22 13:55:56.000000000 +0200
 @@ -590,6 +590,13 @@
      var $_extensionsMode  = 'deny';
  
@@ -8,7 +8,7 @@
 +     * @var bool
 +     * @access private
 +     */
-+	var $_extensionsCaseSensitive = true;
++     var $_extensionsCaseSensitive = true;
 +
 +    /**
       * Contains the desired chmod for uploaded files
@@ -26,9 +26,9 @@
      {
          $this->_extensionsCheck = $exts;
          $this->_extensionsMode  = $mode;
-+		if (!is_null($case_sensitive)) {
-+			$this->_extensionsCaseSensitive  = $case_sensitive;
-+		}
++        if (!is_null($case_sensitive)) {
++            $this->_extensionsCaseSensitive  = $case_sensitive;
++        }
      }
  
      /**
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-pear-HTTP_Upload-bug-4318.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list