making the email app working again

class.menutree.inc.php needs still some work
This commit is contained in:
Lars Kneschke 2001-02-01 21:23:34 +00:00
parent c1a1c61066
commit 053e5aaea8

View File

@ -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 */