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]);
|