Project

General

Profile

Feature #17024 » alt_db_navframe.php.userTS.diff

Administrator Admin, 2007-02-22 08:47

View differences:

alt_db_navframe_new.php 2007-02-22 08:44:05.000000000 +0100
* @return void
*/
function localPageTree() {
$this->init();
if ($GLOBALS['BE_USER']->getTSConfigVal('options.pageTree.restrictTree') {
$restriction=$GLOBALS['BE_USER']->getTSConfigVal('options.pageTree.restrictTree')
$this->init(' AND '.$GLOBALS['BE-USER']->getPagePermsClause($restriction))
} else {
$this->init();
}
}
/**
(2-2/4)