Lines Matching full:contact
89 /* Save a contact
99 $cinfo = $this->loadFormData(); # Loads form data concerning the contact
112 /* Directly show contact card by tag
116 if (substr($data,0,7) == 'contact' &&
174 /* Edit contact or add a new contact
178 … if ($action == 'addcontact' && $this->editor) { # Add a new contact. Can be overwritten by edit
183 …if (isset($_REQUEST['editcontact']) && $this->editor) { # Override new contact if the action is t…
213 /* Show contact per request
225 # Delete a contact
361 /* Get single contact data per id
367 * - array containing all data of the contact
384 msg ("Contact not found (id: $cid)",-1);
395 * @return: Array - Contact data in the sequence they should be displayed
436 /* SaveData-Function: Saves Data to an existing contact or adds a new contact
442 * $_REQUEST['contactid'] - the id of the existing contact or "new" for a new one
470 # Add new contact
490 msg("Added new contact",1);
494 # Update existing contact
508 msg("Contact data updated",1);
529 msg('Contact deleted',1);
785 /* Builds a printable contact list
787 * @param array $list = list of contact entries in format array[1..n](db_field => value)
790 * header between the contact entries. Important: The
891 # Output contact data
959 * Callback function to sort the contact list by surname OR