Update of /cvsroot/phpwebapp/web_app/parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22099/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.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** class.Parser.php 11 Apr 2005 06:02:47 -0000 1.21
--- class.Parser.php 14 May 2005 05:45:17 -0000 1.22
***************
*** 1007,1011 ****
static $tpl_id = "Pre_001";
$tpl = new Template($tpl_id++, 'PreTpl');
! $tpl->addVar('attr_list', $this->get_attr_list($attribs));
$this->push_current_tpl($tpl);
}
--- 1007,1011 ----
static $tpl_id = "Pre_001";
$tpl = new Template($tpl_id++, 'PreTpl');
! $tpl->attr_list = $this->get_attr_list($attribs);
$this->push_current_tpl($tpl);
}
|