mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:50:11 +00:00
profile match
This commit is contained in:
parent
c74367e4c2
commit
ee11a74d0b
4 changed files with 15 additions and 4 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue