Update of /cvsroot/phpmp/phpMP/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv27082
Modified Files:
template.php
Log Message:
Trying something GPHemsley suggested.
Index: template.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/template.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** template.php 29 Jun 2003 08:19:55 -0000 1.38
--- template.php 29 Jun 2003 08:29:55 -0000 1.39
***************
*** 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 = 0; $curr_tb < count($text_blocks); $curr_tb++)
{
switch ($blocks[1][$curr_tb])
***************
*** 356,360 ****
break;
}
! }
$template_php = '';
--- 356,360 ----
break;
}
! }*/
$template_php = '';
|