Home
last modified time | relevance | path

Searched refs:contact_id (Results 1 – 1 of 1) sorted by path

/plugin/addressbook/
H A Dsyntax.php98 $contact_id = $_REQUEST['editcontact'];
103 $contact_id = $_REQUEST['contactid'];
179 $contact_id = 'new';
184 $contact_id = $_REQUEST['editcontact'];
185 $cinfo = $this->getContactData($contact_id);
190 $out = $this->buildForm($contact_id,$cinfo);
254 function buildForm($contact_id,$cinfo){ argument
258 …if ($contact_id == 'new') {$out .= '<h2>'.$this->getLang('header add').'</h2>';} else {$out .= '<h…
262 $out .= '<input type="hidden" name="contactid" value="'.$contact_id.'" />';
291 $out .= "<div class='id'>ID: $contact_id</div>";