PDA

View Full Version : [fixed] Can't edit user from PM stats (admin control panel)


Kier
Sat 4th Aug '01, 5:07am
Open admin/user.php

Find this code: // ############################# start PM stats #########################
if ($action=="pmuserstats") {A few lines below that, find this code:makelinkcode("edit user","user.php?s=$session[sessionhash]action=edit&userid=$user[userid]").and replace that with thismakelinkcode("edit user","user.php?s=$session[sessionhash]&action=edit&userid=$user[userid]").Problem solved :)