mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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; */
|
/* $qfields = $contacts->stock_contact_fields + $extrafields + $customfields; */
|
||||||
/* create column list and the top row of the table based on user prefs */
|
/* 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);
|
$test = strtolower($column);
|
||||||
if(isset($this->prefs[$test]) && $this->prefs[$test])
|
if(isset($this->prefs[$test]) && $this->prefs[$test])
|
||||||
|
Loading…
Reference in New Issue
Block a user