From d81f562b712f2387fa02290bf2ca86392ab356f2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 20:21:25 +0000 Subject: Aktualisierung auf Version 1.8.1 --- includes/SpecialMostimages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/SpecialMostimages.php') diff --git a/includes/SpecialMostimages.php b/includes/SpecialMostimages.php index 30fbdddf..09f71088 100644 --- a/includes/SpecialMostimages.php +++ b/includes/SpecialMostimages.php @@ -29,7 +29,7 @@ class MostimagesPage extends QueryPage { il_to as title, COUNT(*) as value FROM $imagelinks - GROUP BY il_to + GROUP BY 1,2,3 HAVING COUNT(*) > 1 "; } -- cgit v1.2.2