Get rid of extra semicolons.
git-svn-id: svn://10.0.0.236/trunk@41155 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a50428543a
commit
cca831ac4f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user