From cfd0dc1bffb8f7151db670af26f89a3a746fd88d Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 24 Feb 2013 20:21:37 -0800 Subject: little fixes --- include/conversation.php | 7 ++++--- include/socgraph.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/conversation.php b/include/conversation.php index 368a0b0df..285c64cbb 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -126,9 +126,10 @@ function localize_item(&$item){ break; case ACTIVITY_OBJ_NOTE: default: - if(! ($item_flags & ITEM_THREAD_TOP)) - $post_type = t('comment'); - else +// wrong item_flags, this won't work +// if(! ($item_flags & ITEM_THREAD_TOP)) +// $post_type = t('comment'); +// else $post_type = t('status'); break; } diff --git a/include/socgraph.php b/include/socgraph.php index 0d9ae3e6c..7de51b36b 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -130,7 +130,7 @@ function poco_load($xchan = null,$url = null) { ); } else { - q("update xlink set xlink_updated = '%s', rating = %d where xlink_id = %d limit 1", + q("update xlink set xlink_updated = '%s', xlink_rating = %d where xlink_id = %d limit 1", dbesc(datetime_convert()), intval($rating), intval($r[0]['xlink_id']) -- cgit v1.2.3