[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/staticpages index.php,1.36,1.37

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Aug 8 06:18:44 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin/plugins/staticpages
In directory www:/tmp/cvs-serv29593/public_html/admin/plugins/staticpages

Modified Files:
	index.php 
Log Message:
Fixed editor's COM_endBlock call


Index: index.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** index.php	8 Aug 2004 08:55:58 -0000	1.36
--- index.php	8 Aug 2004 10:18:42 -0000	1.37
***************
*** 296,300 ****
          }
          $sp_template->set_var('end_block',
!                 COM_endBlock (COM_getBlockTemplate ('_admin_block', 'header')));
          $retval .= $sp_template->parse('output','form');
  	}
--- 296,300 ----
          }
          $sp_template->set_var('end_block',
!                 COM_endBlock (COM_getBlockTemplate ('_admin_block', 'footer')));
          $retval .= $sp_template->parse('output','form');
  	}




More information about the geeklog-cvs mailing list