diff options
author | friendica <info@friendica.com> | 2013-12-25 01:57:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-25 01:57:04 -0800 |
commit | fe00e9b2615dbc06ee0db82ca2c4334baa64e258 (patch) | |
tree | cd940d1b5b9aacf5455d92e95a2e324fbdffd546 /mod/dirsearch.php | |
parent | 48f882c34b737205451a28da1238a38ec0d4af00 (diff) | |
download | volse-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.php | 3 |
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; |