mirror of
https://github.com/nextcloud/server.git
synced 2026-04-13 13:08:09 -04:00
Merge branch 'master' into calendar_sharing
This commit is contained in:
commit
a867bcab46
2 changed files with 8 additions and 10 deletions
7
AUTHORS
7
AUTHORS
|
|
@ -5,6 +5,13 @@ ownCloud is written by:
|
|||
Jan-Christoph Borchardt
|
||||
Michael Gapczynski
|
||||
Arthur Schiwon
|
||||
Bart Visscher
|
||||
Georg Ehrke
|
||||
Brice Maron
|
||||
Tom Needham
|
||||
Marvin Thomas Rabe
|
||||
Florian Pritz
|
||||
Bartek Przybylski
|
||||
…
|
||||
|
||||
With help from many libraries and frameworks including:
|
||||
|
|
|
|||
|
|
@ -122,13 +122,4 @@ if(!OC_Contacts_VCard::edit($id,$vcard)) {
|
|||
exit();
|
||||
}
|
||||
|
||||
$adr_types = OC_Contacts_App::getTypesOfProperty('ADR');
|
||||
$phone_types = OC_Contacts_App::getTypesOfProperty('TEL');
|
||||
|
||||
$tmpl = new OC_Template('contacts','part.property');
|
||||
$tmpl->assign('adr_types',$adr_types);
|
||||
$tmpl->assign('phone_types',$phone_types);
|
||||
$tmpl->assign('property',OC_Contacts_VCard::structureProperty($property,$line));
|
||||
$page = $tmpl->fetchPage();
|
||||
|
||||
OC_JSON::success(array('data' => array( 'checksum' => $checksum, 'page' => $page )));
|
||||
OC_JSON::success(array('data' => array( 'checksum' => $checksum )));
|
||||
|
|
|
|||
Loading…
Reference in a new issue