Revert some stuff from another pull request. I like git ...

This commit is contained in:
Michael Vogel 2015-02-02 22:24:21 +01:00
parent 62b32e7c93
commit 8d0030c9d5
1 changed files with 1 additions and 4 deletions

View 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;