Project

General

Profile

Feature #17747 » 6637_4.1.3.patch

Administrator Admin, 2007-11-02 18:02

View differences:

class.tslib_menu.php 2007-11-02 17:53:22.000000000 +0100
// For normal mount points, set the variable for next level.
if ($v_rl['_MP_PARAM'] && !$v_rl['_MOUNT_OL']) {
$rl_MParray[] = $v_rl['_MP_PARAM'];
}
}
if ($this->conf['special.']['reverseOrder']) {
$temp = array_reverse($temp);
$rl_MParray = array_reverse($rl_MParray);
}
break;
case 'browse':
(1-1/2)