cut/paste error

This commit is contained in:
friendica 2013-12-25 02:04:52 -08:00
parent fe00e9b261
commit c1875bcc37

View File

@ -207,9 +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['about'] = $rr['xprof_about'];
$entry['homepage'] = $rr['xprof_homepage'];
$entry['hometown'] = $rr['xprof_hometown'];
$entry['keywords'] = $rr['xprof_keywords'];
$entries[] = $entry;