From b3615fe4a1530079b11f7997b2d170e03af69453 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sat, 1 Feb 2003 19:14:37 +0000 Subject: [PATCH] 0521ccfb486899a7b25681c5468e1651 SOURCES/HTML_Template_IT-1.1.1.tgz 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 php-pear-HTML_Template_IT-cosmetic.patch diff --git a/php-pear-HTML_Template_IT-cosmetic.patch b/php-pear-HTML_Template_IT-cosmetic.patch new file mode 100644 index 0000000..5b36e0d --- /dev/null +++ b/php-pear-HTML_Template_IT-cosmetic.patch @@ -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("Template Error: %s
\n", $msg)); ++ return new PEAR_Error(sprintf("Template Error: %s
\n", $msg)); + } + } + ?> -- 2.44.0