Update of /cvsroot/easymod/easymod2/mods/easymod/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23879
Modified Files:
admin_easymod.php.txt
Log Message:
Fixed condition for the 'uninstall' step in the main admin_easymod.php process, IIRC, it was first reported by Nux at Area51.
Index: admin_easymod.php.txt
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** admin_easymod.php.txt 22 Jul 2005 19:17:30 -0000 1.25
--- admin_easymod.php.txt 29 Jul 2005 09:46:44 -0000 1.26
***************
*** 1229,1233 ****
// uninstall the mod
//
! else if ( $mode == 'unistall_mod' )
{
message_die(GENERAL_MESSAGE, $lang['Coming_soon']);
--- 1229,1233 ----
// uninstall the mod
//
! else if ( $mode == 'uninstall' )
{
message_die(GENERAL_MESSAGE, $lang['Coming_soon']);
|