[Smarttemplate-cvscommit] smarttemplate class.smarttemplateparser.php, 1.13, 1.14
Brought to you by:
codeworxtech
|
From: EndelWar <end...@us...> - 2006-08-23 20:03:32
|
Update of /cvsroot/smarttemplate/smarttemplate In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv565 Modified Files: class.smarttemplateparser.php Log Message: removed debug code Index: class.smarttemplateparser.php =================================================================== RCS file: /cvsroot/smarttemplate/smarttemplate/class.smarttemplateparser.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** class.smarttemplateparser.php 23 Aug 2006 19:49:55 -0000 1.13 --- class.smarttemplateparser.php 23 Aug 2006 20:03:28 -0000 1.14 *************** *** 82,86 **** { // Load Template - //echo $left_delimiter; $template_filename = $this->template_dir . $this->tpl_file; if ($hd = @fopen($template_filename, "r")) --- 82,85 ---- |