mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Add comment to stock field array as to use of name vs. value
This commit is contained in:
parent
f14824f012
commit
d71bed9146
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user