soft revert 9bb7811
until we can look at it more closely.
This commit is contained in:
parent
2677ee0b49
commit
e10509e2bd
@ -64,10 +64,11 @@ function externals_run($argv, $argc){
|
|||||||
$results = process_delivery(array('hash' => 'undefined'), get_item_elements($message),
|
$results = process_delivery(array('hash' => 'undefined'), get_item_elements($message),
|
||||||
array(array('hash' => $sys['xchan_hash'])), false, true);
|
array(array('hash' => $sys['xchan_hash'])), false, true);
|
||||||
$total ++;
|
$total ++;
|
||||||
$z = q("select id from item where mid = '%s' and uid = %d limit 1",
|
// $z = q("select id from item where mid = '%s' and uid = %d limit 1",
|
||||||
dbesc($message['message_id']),
|
// dbesc($message['message_id']),
|
||||||
intval($sys['channel_id'])
|
// intval($sys['channel_id'])
|
||||||
);
|
// );
|
||||||
|
$z = null;
|
||||||
if($z) {
|
if($z) {
|
||||||
$flag_bits = ITEM_WALL|ITEM_ORIGIN|ITEM_UPLINK;
|
$flag_bits = ITEM_WALL|ITEM_ORIGIN|ITEM_UPLINK;
|
||||||
// preserve the source
|
// preserve the source
|
||||||
|
2387
util/messages.po
2387
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
2014-04-10.643
|
2014-04-11.644
|
||||||
|
Reference in New Issue
Block a user