soft revert 9bb7811 until we can look at it more closely.

This commit is contained in:
friendica 2014-04-11 14:01:33 -07:00
parent 2677ee0b49
commit e10509e2bd
3 changed files with 1238 additions and 1160 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2014-04-10.643 2014-04-11.644