aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-02 00:40:38 -0700
committerfriendica <info@friendica.com>2012-06-02 00:40:38 -0700
commit29bdf432f012af9b1959d5b4a33b3c45d220fd64 (patch)
tree32dace7ace710705d1960cc8a9934d9ca9ee065b /mod/search.php
parentc0b74b18fefe4cbc3abdf978abf833c1e62c1379 (diff)
downloadvolse-hubzilla-29bdf432f012af9b1959d5b4a33b3c45d220fd64.tar.gz
volse-hubzilla-29bdf432f012af9b1959d5b4a33b3c45d220fd64.tar.bz2
volse-hubzilla-29bdf432f012af9b1959d5b4a33b3c45d220fd64.zip
fewer "bob smith to bob smith via wall-to-wall".
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 466ffc4c3..320ffddce 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -146,7 +146,7 @@ function search_content(&$a) {
}
$r = q("SELECT distinct(`item`.`uri`), `item`.*, `item`.`id` AS `item_id`,
- `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`rel`,
+ `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`alias`, `contact`.`rel`,
`contact`.`network`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`,
`contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid`,
`user`.`nickname`