move all message display sub-functions from boot.php into conversation.php

This commit is contained in:
Friendika 2011-04-12 17:58:16 -07:00
commit 5654ce926c
9 changed files with 2277 additions and 2166 deletions

View file

@ -50,6 +50,7 @@ function profile_content(&$a, $update = 0) {
require_once("include/bbcode.php");
require_once('include/security.php');
require_once('include/conversation.php');
$groups = array();
@ -289,7 +290,6 @@ function profile_content(&$a, $update = 0) {
$o .= get_birthdays();
require_once('include/conversation.php');
$o .= conversation($a,$r,'profile',$update);