Searched refs:txfield (Results 1 – 2 of 2) sorted by relevance
/web-bugs/include/ |
H A D | functions.php | 347 * @see txfield() 396 function txfield($n, $bug = null, $in = null) function 737 $changed['reported_by']['to'] = spam_protect(txfield('email', $bug, $in), 'text'); 842 $from = spam_protect(txfield('email', $bug, $in), 'text'); 872 if ($f = txfield($name, $bug, $in)) { 941 $sdesc = txfield('sdesc', $bug, $in); 1017 $bug_types[$bug['bug_type']] . ' #' . $bug['id'] . ' ' . txfield('sdesc', $bug, $in),
|
/web-bugs/www/ |
H A D | bug.php | 582 switch (txfield('bug_type', $bug, isset($_POST['in']) ? $_POST['in'] : null))
|
Completed in 16 milliseconds