From eac29badb2fade43dfe3fd6373ffc675858143dd Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 30 Aug 2012 18:17:38 -0700 Subject: start on contacts/profiles --- mod/match.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/match.php') diff --git a/mod/match.php b/mod/match.php index 926df1dff..fbe3aa91f 100644 --- a/mod/match.php +++ b/mod/match.php @@ -11,7 +11,7 @@ function match_content(&$a) { $o .= '

' . t('Profile Match') . '

'; - $r = q("SELECT `pub_keywords`, `prv_keywords` FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1", + $r = q("SELECT `pub_keywords`, `prv_keywords` FROM `profile` WHERE `is_default` = 1 AND `uid` = %d LIMIT 1", intval(local_user()) ); if(! count($r)) -- cgit v1.2.3