Update of /cvsroot/owp/owp/thirdparty/smarty
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32314
Added Files:
smarty.patch
Log Message:
Changed the Smarty source, a diff with name smarty.patch was also done, you can reject my changes to Smarty with patch -R <smarty.patch
--- NEW FILE: smarty.patch ---
Index: libs/Smarty_Compiler.class.php
===================================================================
RCS file: /cvsroot/owp/owp/thirdparty/smarty/libs/Smarty_Compiler.class.php,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 Smarty_Compiler.class.php
571a572,581
> case 'owp':
> include_once 'owp.inc';
> process_owp(true,$tag_args,$this);
> break;
>
> case '/owp':
> include_once 'owp.inc';
> process_owp(false,$tag_args,$this);
> break;
>
|