Skip to content

Commit

Permalink
Fix for Daily Digest
Browse files Browse the repository at this point in the history
Fix for issue #1113
  • Loading branch information
eSilverStrike committed Jan 24, 2022
1 parent d262e3f commit 02a7b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lib-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -4909,7 +4909,7 @@ function COM_emailUserTopics()
$U = DB_fetchArray($users);

$storySql = array();
$storySql['mysql'] = "SELECT sid,uid,date AS day,title,introtext,bodytext";
$storySql['mysql'] = "SELECT sid,uid,date AS day,title,introtext,postmode";
$storySql['pgsql'] = "SELECT sid,uid,date AS day,title,introtext,postmode";

$commonSql = " FROM {$_TABLES['stories']}, {$_TABLES['topic_assignments']} ta
Expand Down

0 comments on commit 02a7b12

Please sign in to comment.