Moved check_owner() from the session class into common and update the todo list

This commit is contained in:
jengo 2000-09-05 06:24:11 +00:00
parent 9149a520c3
commit f6e438ad5a

View File

@ -26,6 +26,7 @@
- Started adding LDAP account authencation support.
- Converted session->loginid, session->firstname, session->lastname, session->con to store
this data in the phpgw_info array.
- Moved check_owner() from session class to common.
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
properly