Searched refs:bug_types (Results 1 – 2 of 2) sorted by relevance
/web-bugs/include/ |
H A D | functions.php | 29 $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 D | search.php | 177 echo ' <td>', htmlspecialchars($bug_types[$type_idx]), '</td>', "\n";
|
Completed in 7 milliseconds