Go to the source code of this file.
Variables | |
$sub_action = (isset($_REQUEST['sa']))?$_REQUEST['sa']:"" | |
$h_url = sprintf('<input type="hidden" name="url" value="%s">',urldecode($_REQUEST['url'])) | |
$c = new contact($cn) | |
$url = urlencode($_SERVER['REQUEST_URI']) | |
$w = new widget("select") | |
$w | name = "fd_id" |
$w | value |
$qcode = (isset($_GET['qcode']))?$_GET['qcode']:"" | |
$w | label = 'qcode' |
$w | extra = '4,8,9,14' |
$sp = new widget("span") | |
$contact = new Contact($cn) | |
$search = (isset($_GET['query']))?$_GET['query']:"" |
Definition in file contact.inc.php.
|
Definition at line 94 of file contact.inc.php. |
|
Definition at line 168 of file contact.inc.php. Referenced by contact::Summary(). |
|
Definition at line 38 of file contact.inc.php. |
|
Definition at line 150 of file contact.inc.php. |
|
Definition at line 169 of file contact.inc.php. |
|
Definition at line 157 of file contact.inc.php. |
|
Definition at line 30 of file contact.inc.php. |
|
Definition at line 125 of file contact.inc.php. |
|
Definition at line 129 of file contact.inc.php. |
|
Definition at line 156 of file contact.inc.php. |
|
Definition at line 155 of file contact.inc.php. |
|
Definition at line 130 of file contact.inc.php. |
|
Initial value: make_array($cn,"select fd_id,fd_label from fiche_def where ". " frd_id=".FICHE_TYPE_CONTACT) Definition at line 131 of file contact.inc.php. |