Notifications
Clear all
Topic starter
Just spotted this while trying to figure out why the user name was not showing in eFiction:
This is in the bridged version of get_session_vars.php:
Original Code:
define("USERUID", $userdata['user_name']);
define("USERPENNAME", $userdata['penname']);
whoops! It should be this:
define("USERUID", $userdata['user_id']);
define("USERPENNAME", $userdata['user_name']);
Hope this helps!
~ Foz
*** whoops, I forgot to mention which file, sorry!
Posted : 19/09/2007 5:42 am