tag 277687 patch quit * Rene Engelhard [Thu, 21 Oct 2004 20:43:41 +0200]:
> see http://qa.debian.org/developer.php?login=rene&comaint=yes - > openoffice.org has 15 (16) bugs tagged as pending but on neither link it > actually shows them. you just get a empty buglist... the attached patch fixes the problem. somebody with cvs access will hopefully commit. thanks, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 Testing can show the presence of bugs, but not their absence. -- Dijkstra
--- wml/developer.wml~ +++ wml/developer.wml @@ -1407,7 +1407,7 @@ { $bug_data = html_a("-", "http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=" . rawurlencode($package) . "&archive=no&pend-inc=pending-fixed&pend-inc=fixed", "dash"); }else{ - $bug_data = bugs_display($bug_list[3], "$bugs" . "http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=". rawurlencode($package)."&archive=no&pend-inc=pending-fixed&pend-inc=fixed"); + $bug_data = bugs_display($bug_list[3], "http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=". rawurlencode($package)."&archive=no&pend-inc=pending-fixed&pend-inc=fixed"); } $line .= html_td(html_small($bug_data)); /* user only wants summary + rc bugs count */