Author: glen Date: Wed Jan 25 23:12:28 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - Smarty path fix
---- Files affected: SOURCES: php-pear-HTML_Progress-smarty.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/php-pear-HTML_Progress-smarty.patch diff -u /dev/null SOURCES/php-pear-HTML_Progress-smarty.patch:1.1 --- /dev/null Thu Jan 26 00:12:28 2006 +++ SOURCES/php-pear-HTML_Progress-smarty.patch Thu Jan 26 00:12:23 2006 @@ -0,0 +1,12 @@ +--- HTML_Progress-1.2.5/usr/share/pear/HTML/Progress/generator/SmartyDynamic.php 2006-01-26 01:09:41.000000000 +0200 ++++ /usr/share/pear/HTML/Progress/generator/SmartyDynamic.php 2006-01-26 01:09:26.000000000 +0200 +@@ -22,8 +22,7 @@ + */ + + require_once 'HTML/QuickForm/Renderer/Array.php'; +-// fix this if your Smarty is somewhere else +-require_once 'Smarty.class.php'; ++require_once '/usr/share/php/Smarty/Smarty.class.php'; + + /** + * The ActionDisplay class provides a dynamic form rendering ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
