Feature #17024 » alt_db_navframe.php.diff
alt_db_navframe_new.php 2007-02-21 18:35:26.000000000 +0100 | ||
---|---|---|
* @return void
|
||
*/
|
||
function localPageTree() {
|
||
$this->init();
|
||
if ($GLOBALS['TYPO3_CONF_VARS']['BE']['restrictWebPageTree']) {
|
||
$restriction=$GLOBALS['TYPO3_CONF_VARS']['BE']['restrictWebPageTree']
|
||
$this->init(' AND '.$GLOBALS['BE-USER']->getPagePermsClause($restriction))
|
||
} else {
|
||
$this->init();
|
||
}
|
||
}
|
||
/**
|