X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=7228529d74eb9bc136715c6e8d8235f6b1bb93d1;hb=ee11a74d0b7cff5061a4d498f8ecd15e55b91b07;hp=f3c78bc7dcd082e9bc1c6b45f93af0607a9c2183;hpb=c74367e4c2dbcb9ef20bc07a3ea815902c61600a;p=friendica.git diff --git a/mod/match.php b/mod/match.php index f3c78bc7dc..7228529d74 100644 --- a/mod/match.php +++ b/mod/match.php @@ -7,7 +7,7 @@ function match_content(&$a) { if(! local_user()) return; - $o .= '

' . t('Profile Keyword Match') . '

'; + $o .= '

' . t('Profile Match') . '

'; $r = q("SELECT `pub_keywords`, `prv_keywords` FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1", intval(local_user())