Bugs item #1073976, was opened at 2004-11-26 22:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=600780&aid=1073976&group_id=92482
Category: Module - User
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Pierpaolo Toniolo (sbaturzio)
Assigned to: Nobody/Anonymous (nobody)
Summary: Last login is 'really' the last login ;-)
Initial Comment:
In My Account module, the 'Last Login' field shows
really the last login, not the previous one.
Maybe a query like:
select max(date_time)
from login
where date_time <> (
select max(date_time)
from login
)
could be useful to retrieve the date_time of the
previous session.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=600780&aid=1073976&group_id=92482
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
|