Searched refs:state_types (Results 1 – 2 of 2) sorted by relevance
304 && isset($state_types[$_POST['in']['status']])305 && $_POST['in']['status'] != $bug['status'] && $state_types[$_POST['in']['status']] != 2) {437 global $state_types;438 $allowed_state_types = array_filter($state_types, function ($var) {
37 $state_types = [ variable505 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 11 milliseconds