1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-13 04:46:22 +02:00
This commit is contained in:
Nathan Gray
2014-05-13 18:44:59 +00:00
parent 51c73ddf89
commit 18bf4a4ebd

@ -167,7 +167,7 @@ var et2_selectAccount = et2_selectbox.extend(
var type = this.egw().preference('account_selection', 'common'); var type = this.egw().preference('account_selection', 'common');
this.options.select_options = this._get_accounts(e); this.options.select_options = this._get_accounts();
if(type == 'primary_group') if(type == 'primary_group')
{ {