[Owp-cvs] owp/thirdparty/smarty smarty.patch,1.2,1.3
Status: Inactive
Brought to you by:
scader
From: <owp...@li...> - 2006-04-19 02:27:50
|
Update of /cvsroot/owp/owp/thirdparty/smarty In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13225/thirdparty/smarty Modified Files: smarty.patch Log Message: Updated patch after last changes Index: smarty.patch =================================================================== RCS file: /cvsroot/owp/owp/thirdparty/smarty/smarty.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** smarty.patch 14 Apr 2006 09:18:44 -0000 1.2 --- smarty.patch 19 Apr 2006 02:27:46 -0000 1.3 *************** *** 3,12 **** RCS file: /cvsroot/owp/owp/thirdparty/smarty/libs/Smarty_Compiler.class.php,v retrieving revision 1.1 ! diff -r1.1 Smarty_Compiler.class.php 29c29 < /* $Id$ */ --- > /* $Id$ */ ! 571a572,581 > case 'owp': > include_once 'owp.inc'; --- 3,16 ---- RCS file: /cvsroot/owp/owp/thirdparty/smarty/libs/Smarty_Compiler.class.php,v retrieving revision 1.1 ! retrieving revision 1.3 ! diff -r1.1 -r1.3 29c29 < /* $Id$ */ --- > /* $Id$ */ ! 75a76,77 ! > ! > var $parent = false; //link to the parent smarty object ! 571a574,583 > case 'owp': > include_once 'owp.inc'; *************** *** 19,20 **** --- 23,44 ---- > break; > + Index: libs/Smarty.class.php + =================================================================== + RCS file: /cvsroot/owp/owp/thirdparty/smarty/libs/Smarty.class.php,v + retrieving revision 1.1 + retrieving revision 1.2 + diff -r1.1 -r1.2 + 33c33 + < /* $Id$ */ + --- + > /* $Id$ */ + 562a563,569 + > + > /** + > * object of owp class + > * + > * @var towp + > */ + > var $owp = false; + 1483a1491 + > $smarty_compiler->parent = &$this; |