mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"added empty method delete_cache, as it get's called in some places - thought it does nothing"
This commit is contained in:
parent
ab37be5fba
commit
666e6793a7
@ -1197,4 +1197,15 @@ class egw_session //extends sessions
|
||||
{
|
||||
session_write_close();
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete all data from the session cache for a user
|
||||
*
|
||||
* @param int $accountid user account id, defaults to current user (optional)
|
||||
* @deprecated not longer used / necessary
|
||||
*/
|
||||
function delete_cache($accountid='')
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user