Kier
Sat 4th Aug '01, 6: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 this
makelinkcode("edit user","user.php?s=$session[sessionhash]&action=edit&userid=$user[userid]").Problem solved :)
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 this
makelinkcode("edit user","user.php?s=$session[sessionhash]&action=edit&userid=$user[userid]").Problem solved :)