]> git.pld-linux.org Git - packages/php-pear-HTML_Template_IT.git/commitdiff
0521ccfb486899a7b25681c5468e1651 SOURCES/HTML_Template_IT-1.1.1.tgz
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 1 Feb 2003 19:14:37 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
53c373155c1219741e87f4544aaaca09  SOURCES/php-pear-HTML_Template_IT-cosmetic.patch

Changed files:
    php-pear-HTML_Template_IT-cosmetic.patch -> 1.1

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

diff --git a/php-pear-HTML_Template_IT-cosmetic.patch b/php-pear-HTML_Template_IT-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.072985 seconds and 4 git commands to generate.