aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-11 03:22:09 -0700
committerFriendika <info@friendika.com>2011-04-11 03:22:09 -0700
commitc8f32536ff77193689efe69702f91122f97c1f36 (patch)
tree9572912bab0a8f7fb8783873f999ea7e880774e9 /mod/search.php
parent9133a2384aecd61f8ee59b380d82dc2d58660703 (diff)
downloadvolse-hubzilla-c8f32536ff77193689efe69702f91122f97c1f36.tar.gz
volse-hubzilla-c8f32536ff77193689efe69702f91122f97c1f36.tar.bz2
volse-hubzilla-c8f32536ff77193689efe69702f91122f97c1f36.zip
pull in new 'writable' dfrn flag
Diffstat (limited to 'mod/search.php')
-rw-r--r--mod/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/search.php b/mod/search.php
index e0a8506b6..23b2ddb7e 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -65,7 +65,7 @@ function search_content(&$a) {
$r = q("SELECT `item`.*, `item`.`id` AS `item_id`,
`contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`rel`,
- `contact`.`network`, `contact`.`thumb`, `contact`.`self`,
+ `contact`.`network`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`,
`contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid`,
`user`.`nickname`
FROM `item` LEFT JOIN `contact` ON `contact`.`id` = `item`.`contact-id`