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