Update of /cvsroot/phpmp/phpMP
In directory usw-pr-cvs1:/tmp/cvs-serv16001
Modified Files:
modules.php
Log Message:
Fixed a few bugs; changed a template or two. Expect HUGE update of teomplate engine on next go-around.
Index: modules.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/modules.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** modules.php 21 Jul 2002 22:40:44 -0000 1.7
--- modules.php 25 Jul 2002 06:16:22 -0000 1.8
***************
*** 87,90 ****
--- 87,92 ----
$my_page_title = "Module Error";
+ $ModFunctions = new ModFunctions();
+
if($ModCheck != 0) {
include($MPCONF['GEN']['abs_path'] . '/modules/' . $MPCONF['MOD']['filename']);
|