Update of /cvsroot/phpwebapp/web_app/parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14005/parser
Modified Files:
class.Parser.php
Log Message:
Index: class.Parser.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/parser/class.Parser.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** class.Parser.php 15 Jul 2004 13:36:13 -0000 1.12
--- class.Parser.php 20 Jul 2004 17:26:09 -0000 1.13
***************
*** 227,231 ****
$type = $this->current_tpl->type;
! while ($type!='FileTpl' and $type!='WebObjectTpl')
{
$tpl = $this->pop_current_tpl();
--- 227,231 ----
$type = $this->current_tpl->type;
! while ($type!='MainTpl' and $type!='FileTpl' and $type!='WebObjectTpl')
{
$tpl = $this->pop_current_tpl();
|