--- abuse.module (original)
+++ abuse.module (current document)
@@ -585,12 +585,7 @@
   $aid = db_next_id('{abuse}_aid');
   db_query("INSERT INTO {abuse} (aid, type, oid, created, body, reason, uid, name, mail) VALUES (%d, '%s', %d, %d, '%s', '%s', %d, '%s', '%s')",
     $aid, $type, $oid, time(), $form_values['body'], $form_values['reason'], $user->uid, $form_values['name'], $form_values['mail']);
-  if ($result) {
-    drupal_goto($object->path['URL'], $object->path['QUERY'], $object->path['BREADCRUMB']);
-  } 
-  else {
-    drupal_set_message(t('Thank you for your report.'));
-  }
+  drupal_set_message(t('Thank you for your report.'));
   drupal_goto($object->path['URL'], $object->path['QUERY'], $object->path['BREADCRUMB']);
 }
 
