last item in the manual tree wasn't showed

This commit is contained in:
alpeb 2004-03-01 19:51:48 +00:00
parent 6689d63969
commit ad19e78d7c

View File

@ -269,7 +269,7 @@
$str = ''; $str = '';
for($cnt=0;$cnt<$c_tree - 1;$cnt++) for($cnt=0;$cnt<$c_tree;$cnt++)
{ {
if(!$visible[$cnt]) if(!$visible[$cnt])
{ {
@ -383,7 +383,7 @@
$str .= '<td><a href="'.$src.$extra_param.$params.'"><img src="'.$img_collapse.'" border="no" alt="-"></a></td>'; $str .= '<td><a href="'.$src.$extra_param.$params.'"><img src="'.$img_collapse.'" border="no" alt="-"></a></td>';
} }
} }
elseif(isset($tree[$cnt+1][0])) else
{ {
/*************************/ /*************************/
/* Tree Leaf */ /* Tree Leaf */