From 3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Jan 2015 18:17:24 -0800 Subject: how did that stuff merge? grrrr.... --- mod/connedit.php | 2 +- view/tpl/direntry.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/connedit.php b/mod/connedit.php index c613c3ba6..8c0212afe 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -564,7 +564,7 @@ function connedit_content(&$a) { } $poco_rating = get_config('system','poco_rating_enable'); - + $poco_rating = 0; // if unset default to enabled if($poco_rating === false) $poco_rating = true; diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index f51fd0908..6ba86a085 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -15,7 +15,7 @@
{{$entry.name}}{{if $entry.online}} {{/if}}
-{{*if $entry.rateme*}} +{{if $entry.rateme}}
62 ratings
@@ -26,7 +26,7 @@ -{{*/if*}} +{{/if}} {{if $entry.public_forum}}
{{$entry.forum_label}} @{{$entry.nickname}}+ -- cgit v1.2.3