mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
last item in the manual tree wasn't showed
This commit is contained in:
parent
6689d63969
commit
ad19e78d7c
@ -269,7 +269,7 @@
|
||||
|
||||
$str = '';
|
||||
|
||||
for($cnt=0;$cnt<$c_tree - 1;$cnt++)
|
||||
for($cnt=0;$cnt<$c_tree;$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>';
|
||||
}
|
||||
}
|
||||
elseif(isset($tree[$cnt+1][0]))
|
||||
else
|
||||
{
|
||||
/*************************/
|
||||
/* Tree Leaf */
|
||||
|
Loading…
Reference in New Issue
Block a user