From 6a9e86e540085ea804b3a49529cf7b57c8f3669e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 17 Sep 2013 02:30:28 -0700 Subject: bumped the capslock --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index a0c1abf90..b9013711d 100755 --- a/boot.php +++ b/boot.php @@ -1615,7 +1615,7 @@ function profile_load(&$a, $nickname, $profile = '') { } if($r[0]['keywords']) { - $keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$R[0]['keywords']); + $keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$r[0]['keywords']); if(strlen($keywords)) $a->page['htmlhead'] .= '' . "\r\n" ; -- cgit v1.2.3