[phpMP-CVS] CVS: phpMP modules.php,1.2,1.3
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-11 03:26:05
|
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 ---- |