Lines Matching refs:edit

49 $edit = isset($_REQUEST['edit']) ? (int) $_REQUEST['edit'] : 0;  variable
114 if ($edit == 1 && $is_trusted_developer && isset($_GET['delete_comment'])) {
155 if ($edit == 2 && !$show_bug_info && $pw && verify_bug_passwd($bug_id, bugs_get_hash($pw))) {
188 if ($edit && $edit < 3) {
194 if ($edit === 1) {
199 if (isset($_POST['ncomment']) && !isset($_POST['preview']) && $edit == 3) {
261 } elseif (isset($_POST['ncomment']) && isset($_POST['preview']) && $edit == 3) {
274 } elseif (isset($_POST['in']) && !isset($_POST['preview']) && $edit == 2) {
384 } elseif (isset($_POST['in']) && isset($_POST['preview']) && $edit == 2) {
396 } elseif (isset($_POST['in']) && is_array($_POST['in']) && !isset($_POST['preview']) && $edit == 1)…
567 } elseif (isset($_POST['in']) && isset($_POST['preview']) && $edit == 1) {
578 mail_bug_updates($bug, $_POST['in'], $from, $ncomment, $edit, $bug_id);
579 redirect("bug.php?id=$bug_id&thanks=$edit");
727 <?php if ($show_bug_info && !$edit && canvote($thanks, $bug['status'])) { ?>
794 if ($edit == 1 || $edit == 2) { ?>
796 <form id="update" action="bug.php?id=<?php echo $bug_id; ?>&amp;edit=<?php echo $edit; ?>" method="…
799 if ($edit == 2) {
850 if ($edit == 1 && $show_bug_info) { /* Developer Edit Form */
896 <td <?php echo (($edit != 1) ? 'colspan="3"' : '' ); ?>>
898 …T['in']) && isset($_POST['in']['status']) ? $_POST['in']['status'] : '', $edit, $bug['status'], $b…
901 <?php if ($edit == 1) { ?>
909 <input type="hidden" name="edit" value="<?php echo $edit ?>">
956 …<label for="ncomment" accesskey="m"><b>New<?php if ($edit == 1) echo "/Additional"; ?> Co<span cla…
981 if ($edit == 3 && $bug['private'] == 'N') {
1048 <input type="hidden" name="edit" value="<?php echo $edit; ?>">
1205 if ($edit == 1) {
1245 global $edit, $bug_id, $dbh, $is_trusted_developer, $logged_in;
1262 …echo ($edit == 1 && $com_id !== 0 && $is_trusted_developer) ? "<a href='bug.php?id={$bug_id}&amp;e…
1280 global $bug_id, $edit;
1283 if ($edit == $num) {