mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Now i remember why it was like that
This commit is contained in:
parent
4af119957c
commit
af9aa6e383
@ -60,7 +60,7 @@
|
|||||||
$qfields = $this->stock_contact_fields + $extrafields + $customfields;
|
$qfields = $this->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
|
||||||
while ($column = each($qfields))
|
while ($column = each($this->stock_contact_fields))
|
||||||
{
|
{
|
||||||
$test = strtolower($column[0]);
|
$test = strtolower($column[0]);
|
||||||
if (isset($phpgw_info['user']['preferences']['addressbook'][$test]) &&
|
if (isset($phpgw_info['user']['preferences']['addressbook'][$test]) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user