From 86e5923971fd28cd6a646f06b4c773d02396b844 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 18 Mar 2001 07:15:56 +0000 Subject: [PATCH] Make SQL export include all fields, even the housekeeping ones --- addressbook/export/Export_to_SQL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addressbook/export/Export_to_SQL b/addressbook/export/Export_to_SQL index 26fc0358b1..2c56d72c08 100644 --- a/addressbook/export/Export_to_SQL +++ b/addressbook/export/Export_to_SQL @@ -23,6 +23,10 @@ var $ids = array(); var $export= array( + "id" => "id", + "lid" => "lid", + "tid" => "tid", + "owner" => "owner", "fn" => "fn", "n_given" => "n_given", "n_family" => "n_family",