diff --git a/summary_page.php b/summary_page.php index 059abd1321..9de227bdc1 100644 --- a/summary_page.php +++ b/summary_page.php @@ -6,7 +6,7 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id: summary_page.php,v 1.46 2005-08-15 20:55:44 thraxisp Exp $ + # $Id: summary_page.php,v 1.46.10.1 2007-07-16 17:30:16 giallu Exp $ # -------------------------------------------------------- ?> ='$t_resolved' + WHERE b.status >='$t_resolved' AND $specific_where GROUP BY b.id, b.status, b.date_submitted, b.last_updated ORDER BY b.id ASC"; $result = db_query( $query );