]> git.mxchange.org Git - friendica.git/commitdiff
Revert some stuff from another pull request. I like git ...
authorMichael Vogel <icarus@dabo.de>
Mon, 2 Feb 2015 21:24:21 +0000 (22:24 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 2 Feb 2015 21:24:21 +0000 (22:24 +0100)
include/socgraph.php

index 2738f8a70f3814b758a4f75f63d21ea4c696b00c..07bbee32ac013938f47b0e96f473b790b5607cb7 100644 (file)
@@ -20,9 +20,6 @@ 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) {
@@ -110,7 +107,7 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) {
                        $location = $entry->currentLocation;
 
                if(isset($entry->aboutMe))
-                       $about = html2bbcode($entry->aboutMe);
+                       $about = $entry->aboutMe;
 
                if(isset($entry->gender))
                        $gender = $entry->gender;