Ralf Becker d899beeb55 "fixed problem reported on the german list: memberships get not set if a new user gets creted in ldap
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account.
This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too.
Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session."
2007-07-27 07:46:55 +00:00
2007-04-30 14:10:20 +00:00
2007-06-18 08:48:43 +00:00
2005-11-14 22:28:50 +00:00
2007-02-28 03:33:37 +00:00
2007-02-28 03:40:03 +00:00
Languages
PHP 55%
TypeScript 18.5%
JavaScript 10.7%
CSS 10%
Less 2%
Other 3.8%