]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Get rid of extra semicolons.
authorterry%mozilla.org <>
Tue, 27 Jul 1999 03:41:54 +0000 (03:41 +0000)
committerterry%mozilla.org <>
Tue, 27 Jul 1999 03:41:54 +0000 (03:41 +0000)
showowners.cgi

index dee819bee527edec3d324552dbf50b57558958fc..b0926e4735f62f216811060a280f7aa5c8c38cfc 100755 (executable)
@@ -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