mostly doc tweaks, some import/export work

This commit is contained in:
redmatrix
2015-08-31 20:58:05 -07:00
parent b4cbb3aeb1
commit 039f56f390
5 changed files with 23 additions and 28 deletions

View File

@@ -486,9 +486,9 @@ function like_content(&$a) {
dbesc($ch[0]['channel_hash']),
intval($post_id),
dbesc($activity),
dbesc(($tgttype)?$tgttype:$objtype),
dbesc(($tgttype)? $tgttype : $objtype),
dbesc($obj_id),
dbesc(json_encode(($target)?$target:$object))
dbesc(($target) ? $target : $object)
);
};