Searched defs:bug_type (Results 1 – 5 of 5) sorted by relevance
45 $bug_type = $_GET['bug_type'] ?? 'All'; variable
585 $bug_type = 'Request'; variable588 $bug_type = 'Doc Bug'; variable591 $bug_type = 'Sec Bug'; variable595 $bug_type = 'Bug'; variable
32 $bug_type = (!empty($_GET['bug_type']) && $_GET['bug_type'] != 'All') ? (string)$_GET['bug_type'] :… variable
1228 function get_package_mail($package_name, $bug_id = false, $bug_type = 'Bug')
8 bug_type varchar(32) NOT NULL default 'Bug', field
Completed in 23 milliseconds