diff options
-rwxr-xr-x | showowners.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/showowners.cgi b/showowners.cgi index dee819bee..b0926e473 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 |