From 2e557160f9cbff92fb7d7c4c2c3662c86d17ece1 Mon Sep 17 00:00:00 2001 From: hexstudy Date: Sat, 5 Mar 2016 15:34:08 +0000 Subject: [PATCH] git-svn-id: https://msi/svn/firstRepo/WebClient/branches/Manut_3.0.1@76 0f545695-f87b-41b6-9a03-7f16563b5454 --- index.php | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index c5a36e7..8e1c5bb 100644 --- a/index.php +++ b/index.php @@ -13,15 +13,40 @@ queryToObject($query); + $ogFbTitle = html_entity_decode($retObj[0]["titolo"], ENT_COMPAT | ENT_HTML401, 'ISO-8859-1'); + $ogFbTitle = $ogFbTitle . " di " . html_entity_decode($retObj[0]["autore"], ENT_COMPAT | ENT_HTML401, 'ISO-8859-1'); + $ogFbDescription = substr(html_entity_decode($retObj[0]["procedimento"], ENT_COMPAT | ENT_HTML401, 'ISO-8859-1'), 0, 30); + } ?>