From 2ea9bbfd075fc03acceb608746c3989613f768e3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 9 Jul 2012 19:49:48 +0400 Subject: implement proof of concept postgresql pg_trgm N-gram based marking of similar article titles as read automatically --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 1e527e70d..b14515bdd 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3302,6 +3302,8 @@ "; } + $rv['title'] = $line['title']; + $rv['content'] .= "
" . truncate_string(strip_tags($line['title']), 15) . "
"; -- cgit v1.2.3