1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

limit length of selected content for preview

This commit is contained in:
Andrew Dolgov 2005-11-30 19:14:57 +01:00
parent 0acaf1edfc
commit d998a8a8e0

View File

@ -1001,7 +1001,7 @@
}
if (!$vfeed_query_part) {
$content_query_part = "content as content_preview,";
$content_query_part = "SUBSTRING(content,1,300) as content_preview,";
} else {
$content_query_part = "";
}