]> git.pld-linux.org Git - packages/php-pear-Config.git/commitdiff
- change case of class
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 12 Jul 2002 15:18:18 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Config-cosmetic.patch -> 1.1

php-pear-Config-cosmetic.patch [new file with mode: 0644]

diff --git a/php-pear-Config-cosmetic.patch b/php-pear-Config-cosmetic.patch
new file mode 100644 (file)
index 0000000..cf03b51
--- /dev/null
@@ -0,0 +1,38 @@
+--- ./Config-0.3.1/Config.php.org      Tue Jun 25 16:40:04 2002
++++ ./Config-0.3.1/Config.php  Fri Jul 12 17:12:45 2002
+@@ -249,7 +249,7 @@
+                 else 
+                     $error = $this->container->parseInput($datasrc,$feature);        
+                 
+-                if (Pear::isError($error))
++                if (PEAR::isError($error))
+                    return $error;
+          
+                 $totaldata = $this->array_merge_clobber($totaldata,$this->container->data);
+@@ -265,7 +265,7 @@
+             else 
+                 $error = $this->container->parseInput($files,$feature);                    
+             
+-            if (Pear::isError($error))
++            if (PEAR::isError($error))
+                  return $error;
+             $this->data = $this->container->data;
+--- ./Config-0.3.1/README.Config.org   Sat May 25 14:54:11 2002
++++ ./Config-0.3.1/README.Config       Fri Jul 12 17:13:15 2002
+@@ -322,7 +322,7 @@
+ DB
+ you can store you're config data also in a Database. This implementation uses
+-the Pear::DB Classes, so any Database supported within pear should be supported
++the PEAR::DB Classes, so any Database supported within pear should be supported
+ here also.
+ the table in the Database has to look the following way (the length of the
+@@ -485,4 +485,4 @@
+ There are no special features to be set in parseInput - this argument is
+ there for compability reasons. Preserving behaviour during file writing
+-is also ignored.
+\ No newline at end of file
++is also ignored.
This page took 0.57476 seconds and 4 git commands to generate.