Home
last modified time | relevance | path

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

/web-bugs/www/
H A Dbug.php305 && isset($state_types[$_POST['in']['status']])
306 && $_POST['in']['status'] != $bug['status'] && $state_types[$_POST['in']['status']] != 2) {
438 global $state_types;
439 $allowed_state_types = array_filter($state_types, function ($var) {
/web-bugs/include/
H A Dfunctions.php37 $state_types = [ variable
505 global $state_types, $tla;
514 …if ($state != 'All' && isset($state_types[$state]) && $state_types[$state] == 1 && $user_mode == 2…
543 foreach($state_types as $type => $mode) {

Completed in 14 milliseconds