From af9aa6e3832f5b9a8bf48bc5555663a961388107 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 28 Jun 2001 10:20:30 +0000 Subject: [PATCH] Now i remember why it was like that --- addressbook/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/index.php b/addressbook/index.php index cd129672ee..23b5e6c981 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -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]) &&