[phpMP-CVS] CVS: phpMP/includes template.php,1.40,1.41
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-29 08:40:53
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv27574 Modified Files: template.php Log Message: One last try. Index: template.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/template.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** template.php 29 Jun 2003 08:32:12 -0000 1.40 --- template.php 29 Jun 2003 08:33:38 -0000 1.41 *************** *** 359,363 **** $template_php = ''; ! for ($i = 0; $i < count($text_blocks); $i++) { $trim_check_text = trim($text_blocks[$i]); --- 359,363 ---- $template_php = ''; ! for ($i = 1; $i < count($text_blocks); $i++) { $trim_check_text = trim($text_blocks[$i]); |