Home
last modified time | relevance | path

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

/web-bugs/include/
H A Dfunctions.php953 $new_status = $bug['status'];
956 $new_status = $in['status'];
957 $subj .= " #{$bug['id']} [{$tla[$old_status]}->{$tla[$new_status]}]";
980 $tmp['new_status'] = $new_status;
1463 function bugs_status_change($bug_id, $new_status) argument
1469 ")->execute([$new_status, $bug_id]);

Completed in 6 milliseconds