Now i remember why it was like that

This commit is contained in:
Miles Lott 2001-06-28 10:20:30 +00:00
parent 4af119957c
commit af9aa6e383

View File

@ -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]) &&