aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-30 01:00:24 -0700
committerfriendica <info@friendica.com>2013-06-30 01:00:24 -0700
commit9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b (patch)
tree081696b8c70cc1215556978e19bda9bf56b6d7d3 /mod/dirsearch.php
parent9bc5e05d3c7f614a402ea5e8cb1e1d641090f650 (diff)
downloadvolse-hubzilla-9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b.tar.gz
volse-hubzilla-9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b.tar.bz2
volse-hubzilla-9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b.zip
add age to dirsearch json
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index edcac9033..b2b28ce8c 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -134,6 +134,7 @@ function dirsearch_content(&$a) {
$entry['postcode'] = $rr['xprof_postcode'];
$entry['country'] = $rr['xprof_country'];
$entry['birthday'] = $rr['xprof_dob'];
+ $entry['age'] = $rr['xprof_age'];
$entry['gender'] = $rr['xprof_gender'];
$entry['marital'] = $rr['xprof_marital'];
$entry['keywords'] = $rr['xprof_keywords'];