Fixed stupid syntax error in last patch.
This commit is contained in:
Родитель
4415919dbb
Коммит
02e7e2905e
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче