Commit 9b2a5338 authored by terry%mozilla.org's avatar terry%mozilla.org

Get rid of extra semicolons.

parent ac6a300a
...@@ -83,11 +83,11 @@ foreach $person (@list) { ...@@ -83,11 +83,11 @@ foreach $person (@list) {
my $qperson = SqlQuote($person); my $qperson = SqlQuote($person);
SendSQL("select program,value from components\ SendSQL("select program,value from components\
where initialowner = $qperson order by program,value;"); where initialowner = $qperson order by program,value");
$firstcell = FetchAndFormat(); $firstcell = FetchAndFormat();
SendSQL("select program,value from components\ SendSQL("select program,value from components\
where initialqacontact = $qperson order by program,value;"); where initialqacontact = $qperson order by program,value");
$secondcell = FetchAndFormat(); $secondcell = FetchAndFormat();
$_ = $person; # Anti-spam $_ = $person; # Anti-spam
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment