aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-22 14:58:12 -0800
committerfriendica <info@friendica.com>2014-02-22 14:58:12 -0800
commit5b4e3f46bca2def72fd2df2651eacdd853892a23 (patch)
treee0ca39f6ab2ce9284eb985c42163396b8ab07625 /include/zot.php
parent5dc35bb7f0392903df3cdc600dbb67f5322ec53f (diff)
downloadvolse-hubzilla-5b4e3f46bca2def72fd2df2651eacdd853892a23.tar.gz
volse-hubzilla-5b4e3f46bca2def72fd2df2651eacdd853892a23.tar.bz2
volse-hubzilla-5b4e3f46bca2def72fd2df2651eacdd853892a23.zip
minor stuff, some doco, auth cleanup, and make "unknown" more translateable by context.
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/zot.php b/include/zot.php
index 298abb178..d7d7eb419 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1370,8 +1370,6 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
// remove_community_tag is a no-op if this isn't a community tag activity
remove_community_tag($sender,$arr,$channel['channel_id']);
-
-
$item_id = delete_imported_item($sender,$arr,$channel['channel_id']);
$result[] = array($d['hash'],(($item_id) ? 'deleted' : 'delete_failed'),$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>');
@@ -1414,8 +1412,6 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
}
}
-
-
$r = q("select id, edited from item where mid = '%s' and uid = %d limit 1",
dbesc($arr['mid']),
intval($channel['channel_id'])