extend the directory profiles a bit more

This commit is contained in:
friendica
2013-12-25 01:57:04 -08:00
parent 48f882c34b
commit fe00e9b261
6 changed files with 40 additions and 4 deletions

View File

@@ -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;