SendSQL("select profiles.login_name, votes.who, votes.count from votes, profiles where votes.bug_id = ".SqlQuote($id)." and profiles.userid = votes.who");
print"<table>\n";
print"<tr><th>Who</th><th>Number of votes</th></tr>\n";
...
...
@@ -52,7 +90,6 @@ if (defined $::FORM{'bug_id'}) {