mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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;
|
||||
|
||||
// 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]);
|
||||
if (isset($phpgw_info['user']['preferences']['addressbook'][$test]) &&
|
||||
|
Loading…
Reference in New Issue
Block a user