diff --git a/addressbook/import.php b/addressbook/import.php index f18b2f9831..0f83c167cf 100644 --- a/addressbook/import.php +++ b/addressbook/import.php @@ -85,7 +85,11 @@ $row++; if ($row == 1) { - $header = $data; + // Changed here to ignore the header, set to our array + while(list($lhs,$rhs) = each($this->import)) + { + $header[] = $lhs; + } } else {