mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix from pro-inform to get the prefs working with ldap
This commit is contained in:
parent
31d9bd59b6
commit
a202fb770a
@ -314,7 +314,7 @@
|
||||
|
||||
/* $qfields = $contacts->stock_contact_fields + $extrafields + $customfields; */
|
||||
/* create column list and the top row of the table based on user prefs */
|
||||
foreach($this->bo->stock_contact_fields as $column)
|
||||
foreach($this->bo->stock_contact_fields as $column => $db_name)
|
||||
{
|
||||
$test = strtolower($column);
|
||||
if(isset($this->prefs[$test]) && $this->prefs[$test])
|
||||
|
Loading…
Reference in New Issue
Block a user