diff options
author | friendica <info@friendica.com> | 2013-06-30 01:00:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-30 01:00:24 -0700 |
commit | 9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b (patch) | |
tree | 081696b8c70cc1215556978e19bda9bf56b6d7d3 | |
parent | 9bc5e05d3c7f614a402ea5e8cb1e1d641090f650 (diff) | |
download | volse-hubzilla-9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b.tar.gz volse-hubzilla-9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b.tar.bz2 volse-hubzilla-9fd4d5f0ccd6ed3f9d6ce79e3ad0b1b338b34b1b.zip |
add age to dirsearch json
-rw-r--r-- | mod/dirsearch.php | 1 |
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']; |