profile match

This commit is contained in:
Friendika 2011-03-21 21:43:22 -07:00
parent c74367e4c2
commit ee11a74d0b
4 changed files with 15 additions and 4 deletions

View file

@ -7,7 +7,7 @@ function match_content(&$a) {
if(! local_user())
return;
$o .= '<h2>' . t('Profile Keyword Match') . '</h2>';
$o .= '<h2>' . t('Profile Match') . '</h2>';
$r = q("SELECT `pub_keywords`, `prv_keywords` FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1",
intval(local_user())