summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-02 20:08:58 +0300
committerAndrew Dolgov <[email protected]>2014-11-02 20:08:58 +0300
commite44280a0bd650239ef1d931d1d41cb0379df4eb9 (patch)
tree1b828cc05b57fcb06f597d42e15f5ee801424700 /include
parent3cc02a5b886a4e51ddc12d93b97c84a144d1521e (diff)
fix typo (refs #818)
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 807b041a3..4cd0f6888 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -481,7 +481,7 @@
if (!$registered_title || $registered_title == "[Unknown]") {
- $feed_title = db_escape_string(mb_substr($rss->get_title(), 0, 199);
+ $feed_title = db_escape_string(mb_substr($rss->get_title(), 0, 199));
if ($feed_title) {
_debug("registering title: $feed_title", $debug_enabled);
@@ -707,7 +707,7 @@
db_query("UPDATE ttrss_entries SET date_updated = NOW()
WHERE id = '$base_entry_id'");
- // if we allow duplicate posts, we have to continue to
+ // if we allow duplicate posts, we have to continue to
// create the user entries for this feed
if (!get_pref("ALLOW_DUPLICATE_POSTS", $owner_uid, false)) {
continue;