phpGroupWare - Patches: patch #2696, ...
You are not allowed to post comments on this tracker with your current authentication level.
patch #2696: $GLOBALS['phpgw_info']['user']['logintime'] is not set with db sessions and postgres
Submitter: | James Michael DuPont <mdupont> | ||
Submitted: | Wed 25 Feb 2004 03:26:01 PM UTC | ||
Category: | API - phpGWapi | Priority: | 2 |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Attached Files
file #6981: patch-session.diff added by mdupont (1004B - text/plain - /usr/share/phpgroupware/phpgwapi/inc# cvs diff -u class.sessions.inc.php)
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2004-02-25 | mdupont | Attached File | - | ![]() |
Added patch-session.diff, #2798 |
Hi,
I am using cvs head of phpgw, with db sessions and postgres.
The chat program expects the logintime to be set, but the verify session funcion for some reason did not set it.
This code sets it!