Vergleich showthread.php - 1.8.5 - 1.8.6
Zeile 1528 | Zeile 1528 |
---|---|
/** |
/** |
* @param unknown_type $replyto | * @param int $replyto |
*/ |
*/ |
function buildtree($replyto="0", $indent="0") | function buildtree($replyto=0, $indent=0) |
{ |
{ |
global $tree, $mybb, $theme, $mybb, $pid, $tid, $templates, $parser; | global $tree, $mybb, $theme, $mybb, $pid, $tid, $templates, $parser, $lang; |
if($indent) | $indentsize = 13 * $indent; |
|
|
$posts = ''; | |
if(is_array($tree[$replyto])) | if(is_array($tree[$replyto])) |