Hello,
In fact if you use ldap in the the class
phpgwapi/inc/class.accounts_ldap.inc.php does not seem to user N_family
and the list of hte user is not sort at all
so at the end of resources/inc/class.ui_acl.inc.php in line 122
break;
case 'lastall':
case 'lastname':
$order = 'n_family,n_given';
break;
default:
$order = 'account_lid,n_family,n_given';
so i have change it to
break;
case ‘lastall’:
case ‘lastname’:
$order =
’;account_lastname,account_firstname’
break;
default:
$order =
'account_lid,'account_lastname,account_firstname;
And the it work
don’t know if it’s the best solution
Cyril
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers