mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
move all message display sub-functions from boot.php into conversation.php
This commit is contained in:
parent
38014e9b4d
commit
5654ce926c
9 changed files with 2277 additions and 2166 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue