aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/directory.php b/mod/directory.php
index 1571efcf5..88c240e58 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -170,12 +170,14 @@ function directory_content(&$a) {
$keywords = ((x($profile,'keywords')) ? $profile['keywords'] : '');
+ $out = '';
+
logger('keywords: '.$keywords);
if($keywords) {
$keywords = str_replace(',',' ', $keywords);
$keywords = str_replace(' ',' ', $keywords);
$karr = explode(' ', $keywords);
- $out = '';
+// $out = '';
if($karr) {
if(local_user()) {
$r = q("select keywords from profile where uid = %d and is_default = 1 limit 1",