[phpwebapp-commits] CVS: web_app/parser class.Parser.php,1.19,1.20
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-10-07 09:42:01
|
Update of /cvsroot/phpwebapp/web_app/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30181/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.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** class.Parser.php 29 Jul 2004 14:46:54 -0000 1.19 --- class.Parser.php 7 Oct 2004 09:41:43 -0000 1.20 *************** *** 65,73 **** { global $webPage; - $webPage->tpl_file = $tpl_file; - $webPage->tpl_collection = array(); - $webPage->rs_collection = array(); - $webPage->wb_collection = array(); $tpl = new MainTpl($tpl_file); --- 65,69 ---- |