From 8d0030c9d50e37da14bdcb0dd1ea146a9f8ac8dc Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Mon, 2 Feb 2015 22:24:21 +0100
Subject: [PATCH] Revert some stuff from another pull request. I like git ...

---
 include/socgraph.php | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/include/socgraph.php b/include/socgraph.php
index 2738f8a70f..07bbee32ac 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -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;
-- 
2.39.5