Getting newreport.php to work, sans notifications
[bugdar.git] / newreport.php
index 1b77ead9923fc726e416cb9e55469954f13ed38a..02cc8825718aecb8a9f6ce3f5bc0c05eda7c75c1 100755 (executable)
@@ -107,9 +107,7 @@ if ($_POST['do'] == 'insert')
                $notif->send_new_bug_notice($bug->values, $comment->values);
                
                $bug = new BugAPI(); // need to destroy because update will think the insert fields need to be changed, too
-               $bug->dorelations = array();
                $bug->set('bugid',                                      $comment->values['bugid']);
-               $bug->set_condition();
                $bug->fetch();
                $bug->set('dateline',                           $comment->values['dateline']);
                $bug->set('initialreport',                      $comment->insertid);