Lines Matching refs:bug_id
13 $bug_id = (int) $_REQUEST['id']; variable
15 if (!$bug_id) {
24 $bug = $bugRepository->findOneById($bug_id);
28 display_bug_error("No such bug #{$bug_id}");
64 <input type="hidden" name="id" value="<?php echo $bug_id; ?>">
76 …If you reported this bug, you can <a href="bug.php?id=<?php echo $bug_id; ?>&edit=2">edit this…
119 redirect("bug.php?id={$bug_id}&edit=1&in[resolve]={$reason}");
148 $bug_id,
156 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $log_comment, 'log');
162 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $ncomment, 'comment');
167 redirect("bug.php?id={$bug_id}&thanks=1");