Index: trunk/extensions/WikiCategoryTagCloud/WikiCategoryTagCloud.php |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | } |
97 | 97 | } |
98 | 98 | |
99 | | - $sql = "SELECT cl_to as title, COUNT(*) as count FROM {$dbr->tableName( 'categorylinks' )} " . $exclude_condition . " GROUP BY cl_to HAVING count >= $min_count_input ORDER BY cl_to ASC"; |
| 99 | + $sql = "SELECT cl_to as title, COUNT(*) as count FROM {$dbr->tableName( 'categorylinks' )} " . $exclude_condition . " GROUP BY cl_to HAVING COUNT(*) >= $min_count_input ORDER BY cl_to ASC"; |
100 | 100 | |
101 | 101 | $res = $dbr->query( $sql ); |
102 | 102 | $count = $dbr->numRows( $res ); |