diff --git a/backend.php b/backend.php index 7f594f8b..55402696 100644 --- a/backend.php +++ b/backend.php @@ -966,7 +966,7 @@ SUBSTRING(last_read,1,19) as last_read_noms, $vfeed_query_part SUBSTRING(updated,1,19) as updated_noms, - SUBSTRING(content,1,101) as content_preview + content as content_preview FROM ttrss_entries,ttrss_user_entries WHERE @@ -990,7 +990,7 @@ SUBSTRING(last_read,1,19) as last_read_noms, $vfeed_query_part SUBSTRING(updated,1,19) as updated_noms, - SUBSTRING(content,1,101) as content_preview + content FROM ttrss_entries,ttrss_user_entries,ttrss_tags WHERE @@ -1068,7 +1068,8 @@ print "