Working on post and post_comment
This commit is contained in:
@@ -224,6 +224,8 @@ def get_post_rec_list(
|
||||
if archive_on:
|
||||
data['archive_on'] = archive_on
|
||||
sql_archive_on = 'AND tbl.archive_on >= :archive_on'
|
||||
else:
|
||||
sql_archive_on = ''
|
||||
|
||||
if limit:
|
||||
data['limit'] = limit
|
||||
|
||||
Reference in New Issue
Block a user