diff options
author | friendica <info@friendica.com> | 2014-04-11 14:01:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-11 14:01:33 -0700 |
commit | e10509e2bd29d8225f726b7f05b8540f072cfa1e (patch) | |
tree | b41740b17204206468c4678cc6b26294f743c20d /include/externals.php | |
parent | 2677ee0b49078646402409a64563392606dcc29d (diff) | |
download | volse-hubzilla-e10509e2bd29d8225f726b7f05b8540f072cfa1e.tar.gz volse-hubzilla-e10509e2bd29d8225f726b7f05b8540f072cfa1e.tar.bz2 volse-hubzilla-e10509e2bd29d8225f726b7f05b8540f072cfa1e.zip |
soft revert 9bb7811 until we can look at it more closely.
Diffstat (limited to 'include/externals.php')
-rw-r--r-- | include/externals.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/externals.php b/include/externals.php index 96644d68d..1d9fd2902 100644 --- a/include/externals.php +++ b/include/externals.php @@ -64,10 +64,11 @@ function externals_run($argv, $argc){ $results = process_delivery(array('hash' => 'undefined'), get_item_elements($message), array(array('hash' => $sys['xchan_hash'])), false, true); $total ++; - $z = q("select id from item where mid = '%s' and uid = %d limit 1", - dbesc($message['message_id']), - intval($sys['channel_id']) - ); +// $z = q("select id from item where mid = '%s' and uid = %d limit 1", +// dbesc($message['message_id']), +// intval($sys['channel_id']) +// ); +$z = null; if($z) { $flag_bits = ITEM_WALL|ITEM_ORIGIN|ITEM_UPLINK; // preserve the source |