Update of /cvsroot/phpmp/phpMP
In directory usw-pr-cvs1:/tmp/cvs-serv6158
Modified Files:
modules.php
Log Message:
Attempting to fix title-doubling problem.
Index: modules.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/modules.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** modules.php 10 Apr 2002 21:22:02 -0000 1.2
--- modules.php 11 Apr 2002 03:26:02 -0000 1.3
***************
*** 48,52 ****
var $modulename;
- var $use_filename;
function Init() {
--- 48,51 ----
***************
*** 58,64 ****
if(@mysql_num_rows($query) == 1) {
$MPCONF['MOD'] = @mysql_fetch_array($query);
- }
- if($MPCONF['MOD']['filename'] == '') {
- header("Location: " . $MPCONF['GEN']['uri'] . "/error.php?ecode=usemod");
}
if($MPCONF['MOD']['active'] != 1) {
--- 57,60 ----
|