forked from extern/egroupware
making the email app working again
class.menutree.inc.php needs still some work
This commit is contained in:
parent
c1a1c61066
commit
053e5aaea8
@ -204,14 +204,14 @@ class menutree {
|
||||
/****************************************/
|
||||
/* Create expand/collapse parameters */
|
||||
/****************************************/
|
||||
$i=1; $params="p=";
|
||||
while($i<count($expand)) {
|
||||
if ( ($expand[$i]==1) && ($cnt!=$i) || ($expand[$i]==0 && $cnt==$i)) {
|
||||
$params=$params.$i;
|
||||
$params=$params."|";
|
||||
}
|
||||
$i++;
|
||||
}
|
||||
#$i=1; $params="p=";
|
||||
#while($i<count($expand)) {
|
||||
# if ( ($expand[$i]==1) && ($cnt!=$i) || ($expand[$i]==0 && $cnt==$i)) {
|
||||
# $params=$params.$i;
|
||||
# $params=$params."|";
|
||||
# }
|
||||
# $i++;
|
||||
#}
|
||||
|
||||
/****************************************/
|
||||
/* Always display the extreme top level */
|
||||
|
Loading…
Reference in New Issue
Block a user