aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-25 01:57:04 -0800
committerfriendica <info@friendica.com>2013-12-25 01:57:04 -0800
commitfe00e9b2615dbc06ee0db82ca2c4334baa64e258 (patch)
treecd940d1b5b9aacf5455d92e95a2e324fbdffd546 /mod/dirsearch.php
parent48f882c34b737205451a28da1238a38ec0d4af00 (diff)
downloadvolse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.tar.gz
volse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.tar.bz2
volse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.zip
extend the directory profiles a bit more
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index 43cb13470..d1f4761bc 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -207,6 +207,9 @@ function dirsearch_content(&$a) {
$entry['gender'] = $rr['xprof_gender'];
$entry['marital'] = $rr['xprof_marital'];
$entry['sexual'] = $rr['xprof_sexual'];
+ $entry['sexual'] = $rr['xprof_about'];
+ $entry['sexual'] = $rr['xprof_homepage'];
+ $entry['sexual'] = $rr['xprof_hometown'];
$entry['keywords'] = $rr['xprof_keywords'];
$entries[] = $entry;