Skip to content

Commit

Permalink
Fix 8220: New summary item contains invalid (MS)sql
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4522 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
giallu committed Aug 1, 2007
1 parent cdf4709 commit c7ac83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/summary_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: summary_api.php,v 1.51 2007-08-01 07:41:07 giallu Exp $
# $Id: summary_api.php,v 1.52 2007-08-01 15:20:45 giallu Exp $
# --------------------------------------------------------

### Summary printing API ###
Expand Down Expand Up @@ -292,7 +292,7 @@ function summary_print_by_activity() {
WHERE h.bug_id = b.id
AND b.status < $t_resolved
AND $specific_where
GROUP BY h.bug_id
GROUP BY h.bug_id, b.id, b.summary, b.last_updated
ORDER BY count DESC, b.last_updated DESC";
$result = db_query( $query );

Expand Down

0 comments on commit c7ac83d

Please sign in to comment.