зеркало из https://github.com/mozilla/phonebook.git
Added manager and bugzillaEmail to json output
git-svn-id: http://svn.mozilla.org/projects/phonebook/trunk@101873 4eb1ac78-321c-0410-a911-ec516a8615a5
This commit is contained in:
Родитель
68f8eca771
Коммит
2294a24bf7
|
@ -8,6 +8,8 @@ function output_fligtar($entries) {
|
|||
"title" => isset($entry["title"]) ? $entry["title"] : NULL,
|
||||
"ext" => isset($entry["telephonenumber"]) ? $entry["telephonenumber"] : NULL,
|
||||
"phones" => isset($entry["mobile"]) ? unbox($entry["mobile"]) : NULL,
|
||||
"manager" => isset($entry["manager"]) ? unbox($entry["manager"]) : NULL,
|
||||
"bugzillaEmail" => isset($entry["bugzillaemail"]) ? $entry["bugzillaemail"] : NULL,
|
||||
"ims" => isset($entry["im"]) ? unbox($entry["im"]) : NULL
|
||||
);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче