UBB.Dev
Posted By: The Team admin/dodeleteuser.php bug? - 04/19/2001 2:27 PM
I sent the latest bug fix to our tech folks and Igor sent me the following, to ask here - any ideas? He's asked me to double check - thanks!:

It looks like the admin/dodeleteuser.php is missing a similar fix.

You need to add the following after
$dbh -> do_query($query);
on line 75
// ----------------------------------------------
// Delete them from the moderators table
$query = "
DELETE FROM w3t_Moderators
WHERE Mod_Username = '$User_q'
";
$dbh -> do_query($query);


http://www.howstuffworks.com
Towanda!
Posted By: caymuc Re: admin/dodeleteuser.php bug? - 04/23/2001 6:40 PM
Scream, can you confirm that?
I would like to know whether or not including this fix.
Thanks


Carl

----------
http://www.colour-ize.de/forum (test entry: user: 'test' pw: 'test')
Posted By: SitStay Re: admin/dodeleteuser.php bug? - 04/26/2001 10:06 PM
Our version [5.3] of dodeleteuser.php already has that section in it. Check your version and if it doesn't have it, it should be added.
Posted By: caymuc Re: admin/dodeleteuser.php bug? - 04/26/2001 10:21 PM
Yes, found it []/w3timages/icons/blush.gif[/]

Carl

----------
http://www.colour-ize.de/forum (test entry: user: 'test' pw: 'test')
© UBB.Developers