1
0
Fork 0

child conversations inherit ACL's from parent

This commit is contained in:
Mike Macgirvin 2010-07-13 16:09:53 -07:00
commit c4f31ec65a
2 changed files with 30 additions and 1 deletions

View file

@ -36,7 +36,7 @@ if($argc < 3)
$recipients = array();
// fetch requested item
// fetch requested item(s)
$r = q("SELECT `item`.*, `contact`.*,`item`.`id` AS `item_id` FROM `item` LEFT JOIN `contact` ON `item`.`contact-id` = `contact`.`id`
WHERE `item`.`id` = %d LIMIT 1",