From: Michael Vogel Date: Wed, 4 Feb 2015 18:49:43 +0000 (+0100) Subject: Due to some git problems, just the same stuff again (html to bbcode conversation... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=742a6dcf6e12d795f24225246c3a1a51f75ff00e;p=friendica.git Due to some git problems, just the same stuff again (html to bbcode conversation in poco) --- diff --git a/include/socgraph.php b/include/socgraph.php index 07bbee32ac..2738f8a70f 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -20,6 +20,9 @@ require_once('include/datetime.php'); function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { + + require_once("include/html2bbcode.php"); + $a = get_app(); if($cid) { @@ -107,7 +110,7 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { $location = $entry->currentLocation; if(isset($entry->aboutMe)) - $about = $entry->aboutMe; + $about = html2bbcode($entry->aboutMe); if(isset($entry->gender)) $gender = $entry->gender;