Home
last modified time | relevance | path

Searched refs:txfield (Results 1 – 2 of 2) sorted by relevance

/web-bugs/include/
H A Dfunctions.php347 * @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 Dbug.php582 switch (txfield('bug_type', $bug, isset($_POST['in']) ? $_POST['in'] : null))

Completed in 9 milliseconds