? example.patch
Index: abuse.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/abuse/abuse.module,v
retrieving revision 1.34.4.7
diff -u -p -r1.34.4.7 abuse.module
--- abuse.module	21 Oct 2009 17:58:23 -0000	1.34.4.7
+++ abuse.module	25 Nov 2010 10:05:33 -0000
@@ -315,7 +315,7 @@ function abuse_cron() {
 function abuse_link($type, $object, $teaser = FALSE) {
   global $user;
   $links = array();
-  if ($object && $user && $user->uid == $object->uid) {
+  if ($object && $user && !in_array($user->uid,array(0,1)) && $user->uid == $object->uid) {
     // Don't want user to flag their own content
     return $$links;
   }
