From d71bed9146a967dce8c4ac282757fef5a2929fae Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 19 Mar 2001 03:46:41 +0000 Subject: [PATCH] Add comment to stock field array as to use of name vs. value --- addressbook/inc/class.contacts_sql.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/inc/class.contacts_sql.inc.php b/addressbook/inc/class.contacts_sql.inc.php index ef9cb5256a..e114d61366 100644 --- a/addressbook/inc/class.contacts_sql.inc.php +++ b/addressbook/inc/class.contacts_sql.inc.php @@ -50,6 +50,7 @@ $this->db = $phpgw->db; $this->account_id = $phpgw_info["user"]["account_id"]; + // The left side are the array elements used throughout phpgw, right side are the db field names. $this->stock_contact_fields = array( "fn" => "fn", // 'prefix given middle family suffix' "n_given" => "n_given", // firstname