From cca831ac4f5fecb6023fe32cd19444ea23e033da Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Mon, 26 Jul 1999 20:41:54 +0000 Subject: [PATCH] Get rid of extra semicolons. git-svn-id: svn://10.0.0.236/trunk@41155 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/showowners.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/showowners.cgi b/mozilla/webtools/bugzilla/showowners.cgi index dee819bee52..b0926e4735f 100755 --- a/mozilla/webtools/bugzilla/showowners.cgi +++ b/mozilla/webtools/bugzilla/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