From: terry%mozilla.org <> Date: Tue, 27 Jul 1999 03:41:54 +0000 (+0000) Subject: Get rid of extra semicolons. X-Git-Tag: bugzilla-2.6~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2a5338b3ca653fb80258d735f095888d96ac73;p=thirdparty%2Fbugzilla.git Get rid of extra semicolons. --- diff --git a/showowners.cgi b/showowners.cgi index dee819bee5..b0926e4735 100755 --- a/showowners.cgi +++ b/showowners.cgi @@ -83,11 +83,11 @@ foreach $person (@list) { my $qperson = SqlQuote($person); SendSQL("select program,value from components\ - where initialowner = $qperson order by program,value;"); + where initialowner = $qperson order by program,value"); $firstcell = FetchAndFormat(); SendSQL("select program,value from components\ - where initialqacontact = $qperson order by program,value;"); + where initialqacontact = $qperson order by program,value"); $secondcell = FetchAndFormat(); $_ = $person; # Anti-spam