summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-13 01:41:18 +0300
committerAndrew Dolgov <[email protected]>2010-11-13 01:41:18 +0300
commit62b800b47cadf623dfd0178554a1d7251f5b979e (patch)
tree504462a7a977630fc53b9523ff71a159e8402a78 /functions.php
parent35ffb5b91d99cde891f1d983cfe42a369e5e04c5 (diff)
cdm: bring back updated/new pic
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php16
1 files changed, 11 insertions, 5 deletions
diff --git a/functions.php b/functions.php
index b952a5bae..9df02f839 100644
--- a/functions.php
+++ b/functions.php
@@ -5342,7 +5342,9 @@
onclick=\"viewfeed($feed_id)\">$feed_icon_img</span>";
}
print "</div>";
-
+
+ print "<div class=\"updPic\">$update_pic</div>";
+
print "<input type=\"checkbox\" onclick=\"toggleSelectRowById(this,
'RROW-$id')\" class=\"feedCheckBox\" id=\"RCHK-$id\"/>";
@@ -5416,10 +5418,14 @@
}
}
- $article_content = sanitize_rss($link, $line["content_preview"],
- false, false, $feed_site_url);
+# if ($expand_cdm) {
+ $article_content = sanitize_rss($link, $line["content_preview"],
+ false, false, $feed_site_url);
- if (!$article_content) $article_content = "&nbsp;";
+ if (!$article_content) $article_content = "&nbsp;";
+# } else {
+# $article_content = '';
+# }
print "<div id=\"POSTNOTE-$id\">";
if ($line['note']) {
@@ -5427,7 +5433,7 @@
}
print "</div>";
- print $article_content;
+ print "<span id=\"CWRAP-$id\">$article_content</span>";
$tmp_result = db_query($link, "SELECT always_display_enclosures FROM
ttrss_feeds WHERE id = ".