commit 58e2b6247b95366941addd5a86107b10e5d46eec
Author: sakshi <sakshi.april5@gmail.com>
Date:   Tue Oct 29 18:01:58 2013 +0530

    Commented the line which add the details link to the Action Array

diff --git a/special/SpecialAbuseLog.php b/special/SpecialAbuseLog.php
index fe45547..1650b5c 100644
--- a/special/SpecialAbuseLog.php
+++ b/special/SpecialAbuseLog.php
@@ -485,7 +485,7 @@ class SpecialAbuseLog extends SpecialPage {
 				array()
 			);
 
-			$actionLinks[] = $detailsLink;
+			//$actionLinks[] = $detailsLink;
 			$actionLinks[] = $examineLink;
 
 			if ($diffLink)
