mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fixed nonsensical setting of a useless variable, now it has a purpose
This commit is contained in:
parent
199eed4e71
commit
4af119957c
@ -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($this->stock_contact_fields))
|
||||
while ($column = each($qfields))
|
||||
{
|
||||
$test = strtolower($column[0]);
|
||||
if (isset($phpgw_info['user']['preferences']['addressbook'][$test]) &&
|
||||
|
Loading…
Reference in New Issue
Block a user