Home
last modified time | relevance | path

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

/web-bugs/include/
H A Dfunctions.php29 $bug_types = [ variable
469 global $bug_types;
484 foreach ($bug_types as $k => $v) {
820 global $tla, $bug_types, $siteBig, $site_method, $site_url, $basedir;
940 $subj = $bug_types[$bug['bug_type']];
949 $subj = $bug_types[$bug['bug_type']] . '->' . $bug_types[$in['bug_type']];
1017 $bug_types[$bug['bug_type']] . ' #' . $bug['id'] . ' ' . txfield('sdesc', $bug, $in),
1175 global $bug, $dbh, $bug_types, $versions;
1206 …in['bug_type']) || !is_string($in['bug_type']) || !array_key_exists($in['bug_type'], $bug_types)) {
/web-bugs/www/
H A Dsearch.php177 echo ' <td>', htmlspecialchars($bug_types[$type_idx]), '</td>', "\n";

Completed in 26 milliseconds