Author: neronus-guest
Date: 2008-08-08 13:53:23 +0000 (Fri, 08 Aug 2008)
New Revision: 999

Modified:
   udd/src/udd/bugs_gatherer.pl
Log:
Removed surviving 'next' statement


Modified: udd/src/udd/bugs_gatherer.pl
===================================================================
--- udd/src/udd/bugs_gatherer.pl        2008-08-08 13:51:14 UTC (rev 998)
+++ udd/src/udd/bugs_gatherer.pl        2008-08-08 13:53:23 UTC (rev 999)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Last-Modified: <Sun Aug  3 16:19:54 2008>
+# Last-Modified: <Fri Aug  8 13:56:31 2008>
 
 use strict;
 use warnings;
@@ -165,7 +165,6 @@
        my $table = $src_config{archived} ? 'bugs_archived' : 'bugs_unarchived';
        # Read all bugs
        foreach my $bug_nr (@modified_bugs) {
-               next unless $bug_nr =~ /00$/;
                # Fetch bug using Debbugs
                # Bugs which were once archived and have been unarchived again 
will appear in get_bugs(archive => 1).
                # However, those bugs are not to be found in location 
'archive', so we detect them, and skip them


_______________________________________________
Collab-qa-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits

Reply via email to