< & > not supported anymore
Status: Beta
Brought to you by:
wgeric
< & > were supported on EM 0.2.1, but are not
supported anymore in EM 0.3.0
Eg. try these queries (from Last visit 1.2.8) on the
2 versions...
UPDATE phpbb_users SET user_totaltime=
(user_session_time-user_lastlogon) WHERE
user_totaltime='0' AND user_lastlogon>'0';
UPDATE phpbb_users SET user_totallogon='1' WHERE
user_totallogon='0' AND user_session_time<>'0';
Logged In: YES
user_id=812985
The fix can also be found here:
http://area51.phpbb.com/phpBB/viewtopic.php?sid=&f=17&t=21309&p=130605#130605
Thanks
Logged In: YES
user_id=812985
This bug has been fixed in CVS and will appear in the next
version of EasyMOD. Thank you for reporting it.