]> git.donarmstrong.com Git - infobot.git/commitdiff
* soap returns multiple bugs in a single shot
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 19:54:25 +0000 (19:54 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 19:54:25 +0000 (19:54 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1849 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/DebianExtra.pl

index e01f85744de6f52de2066a74b63d6a505ace3357..0371711a347bf7856e513ce541b63eefcce19128 100644 (file)
@@ -101,6 +101,7 @@ sub do_id($) {
     if (not defined $result) {
        return "No such bug (or some kind of error)";
     }
+    ($result) = values %{$result};
     my $bug = {};
     $bug->{num} = $result->{bug_num};
     $bug->{title} = $result->{subject};