mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Fixed stupid syntax error in last patch.
This commit is contained in:
parent
3a5e7f06af
commit
bf2aac5b81
@ -29,7 +29,7 @@ ConnectToDatabase();
|
||||
|
||||
my @row;
|
||||
if (defined $::FORM{'attach_id'}) {
|
||||
SendSQL("select mimetype, thedata from attachments where attach_id =".SqlQuote($::FORM{'attach_id'});
|
||||
SendSQL("select mimetype, thedata from attachments where attach_id =".SqlQuote($::FORM{'attach_id'}));
|
||||
@row = FetchSQLData();
|
||||
}
|
||||
if (!@row) {
|
||||
|
Loading…
Reference in New Issue
Block a user