From f7c6a6ff9071c120f5bd6efe51cdb934e0c30cc7 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 Aug 2012 22:33:37 -0700 Subject: item table rename parent-uri, target-type, object-type (more to come later) --- mod/tagger.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/tagger.php') diff --git a/mod/tagger.php b/mod/tagger.php index a5ca44f56..0a477ddcd 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -116,7 +116,7 @@ EOT; $arr['wall'] = $item['wall']; $arr['gravity'] = GRAVITY_COMMENT; $arr['parent'] = $item['id']; - $arr['parent-uri'] = $item['uri']; + $arr['parent_uri'] = $item['uri']; $arr['owner-name'] = $item['author-name']; $arr['owner-link'] = $item['author-link']; $arr['owner-avatar'] = $item['author-avatar']; @@ -130,9 +130,9 @@ EOT; $arr['body'] = sprintf( $bodyverb, $ulink, $alink, $plink, $termlink ); $arr['verb'] = ACTIVITY_TAG; - $arr['target-type'] = $targettype; + $arr['tgt_type'] = $targettype; $arr['target'] = $target; - $arr['object-type'] = $objtype; + $arr['obj_type'] = $objtype; $arr['object'] = $obj; $arr['private'] = $item['private']; $arr['allow_cid'] = $item['allow_cid']; -- cgit v1.2.3