--- abuse.module	2007-03-14 13:27:53.850975808 +1100
+++ abuse.module.new	2007-03-14 13:27:32.417234232 +1100
@@ -235,7 +235,7 @@ function abuse_link($type, $object = nul
                                  )
           );
         }
-      } else {
+      } else if($user->uid != $object->uid) {
         $links['abuse_flag_node-' . $object->nid] = array(
           'title' => t('Flag as offensive'),
           'href' => 'abuse/report/node/' . $object->nid,
@@ -261,7 +261,7 @@ function abuse_link($type, $object = nul
                                )
         );
       }
-    } else {
+    } else if($user->uid != $object->uid) {
         $links['abuse_flag_comment-' . $object->cid] = array(
           'title' => t('Flag as offensive'),
           'href' => 'abuse/report/comment/' . $object->cid,
