[phpMP-CVS] CVS: phpMP/includes template.php,1.39,1.40
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-29 08:32:15
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv27390 Modified Files: template.php Log Message: Trying something GPHemsley suggested (again). Index: template.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/template.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -r1.39 -r1.40 *** template.php 29 Jun 2003 08:29:55 -0000 1.39 --- template.php 29 Jun 2003 08:32:12 -0000 1.40 *************** *** 290,294 **** $compile_blocks = array(); ! /*for ($curr_tb = 0; $curr_tb < count($text_blocks); $curr_tb++) { switch ($blocks[1][$curr_tb]) --- 290,294 ---- $compile_blocks = array(); ! for ($curr_tb = 1; $curr_tb < count($text_blocks); $curr_tb++) { switch ($blocks[1][$curr_tb]) *************** *** 356,360 **** break; } ! }*/ $template_php = ''; --- 356,360 ---- break; } ! } $template_php = ''; |