From ea571fb1458e32c6756d357fe97563cea082c9c4 Mon Sep 17 00:00:00 2001 From: prenzlweb Date: Mon, 11 Nov 2013 15:36:55 +0100 Subject: [PATCH] Update config.inc.php --- config.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.inc.php b/config.inc.php index aa81fef..5fbf98f 100644 --- a/config.inc.php +++ b/config.inc.php @@ -54,9 +54,9 @@ function tvsblog_add_head($params) { $fb_image = explode(",",$sql->getValue('filelist')); $fb_image = $fb_image[0]; } - $fb_title = utf8_decode($sql->getValue('title')); + $fb_title = ($sql->getValue('title')); $fb_title = str_replace(chr(34),"",$fb_title); - $fb_description = utf8_decode(strip_tags($sql->getValue('description'))); + $fb_description = (strip_tags($sql->getValue('description'))); $fb_description = str_replace(chr(34),"",$fb_description); if (OOAddon :: isAvailable('rexseo') || OOAddon :: isAvailable('rexseo42')) $fb_url = getTVSBlogURL($tvsblog_post_id, $REX['CUR_CLANG']); @@ -80,4 +80,4 @@ function tvsblog_add_head($params) { return $output; } } -?> \ No newline at end of file +?>