]> git.pld-linux.org Git - packages/php-pear-HTML_Template_PHPLIB.git/commitdiff
53c373155c1219741e87f4544aaaca09 SOURCES/php-pear-HTML_Template_PHPLIB-cosmetic...
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 1 Feb 2003 19:34:40 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTML_Template_PHPLIB-cosmetic.patch -> 1.1

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

diff --git a/php-pear-HTML_Template_PHPLIB-cosmetic.patch b/php-pear-HTML_Template_PHPLIB-cosmetic.patch
new file mode 100644 (file)
index 0000000..5b36e0d
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./PHPLIB.php.org   Sat Feb  1 10:45:15 2003
++++ ./PHPLIB.php       Sat Feb  1 20:11:24 2003
+@@ -551,7 +551,7 @@
+      */
+     function haltMsg($msg)
+     {
+-        return new PEAR_ERROR(sprintf("<b>Template Error:</b> %s<br>\n", $msg));
++        return new PEAR_Error(sprintf("<b>Template Error:</b> %s<br>\n", $msg));
+     }
+ }
+ ?>
This page took 0.085141 seconds and 4 git commands to generate.