Skip to content

Commit 751dbd1

Browse files
committed
Merge pull request #68 from kasioumis/master-webcomment-format-improvements
WebComment: fix SQL query syntax error
2 parents a4bf24c + 5ee8f01 commit 751dbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/webcomment/lib/webcommentadminlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def query_get_comments(uid, cmtID, recID, reviews, ln, abuse=False, user_collect
364364
query = """SELECT c.id, c.id_bibrec, c.id_user,
365365
DATE_FORMAT(c.date_creation, '%%Y-%%m-%%d %%H:%%i:%%S'), c.body,
366366
c.status, c.nb_abuse_reports,
367-
c.body_format
367+
c.body_format,
368368
%s
369369
u.email, u.nickname
370370
FROM cmtRECORDCOMMENT c LEFT JOIN user u

0 commit comments

Comments
 (0)