From 8db8faa565cb8a3a6b15fcd31e6be542f66412f3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 26 Apr 2007 07:33:24 +0100 Subject: pref-feeds: do not truncate title now that we have more space --- modules/pref-feeds.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 36ac7962e..caca952ad 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -853,7 +853,6 @@ $cat_id = $line["cat_id"]; $edit_title = htmlspecialchars(db_unescape_string($line["title"])); - $edit_link = htmlspecialchars(db_unescape_string($line["feed_url"])); $edit_cat = htmlspecialchars(db_unescape_string($line["category"])); $hidden = sql_bool_to_bool($line["hidden"]); @@ -921,12 +920,8 @@ print "$feed_icon"; } - $edit_title = truncate_string($edit_title, 40); - $edit_link = truncate_string($edit_link, 60); - if ($hidden) { $edit_title = "$edit_title (Hidden)"; - $edit_link = "$edit_link"; $last_updated = "$last_updated"; $last_article = "$last_article"; } -- cgit v1.2.3