Project

General

Profile

Bug #20211 ยป 10730_01.diff

Administrator Admin, 2010-08-19 18:46

View differences:

t3lib/class.t3lib_userauth.php (working copy)
function logoff() {
if ($this->writeDevLog) t3lib_div::devLog('logoff: ses_id = '.$this->id, 't3lib_userAuth');
// Release all record locks set by currently logged in be_user
t3lib_BEfunc::lockRecords();
// Hook for pre-processing the logoff() method, requested and implemented by andreas.otto@dkd.de:
if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'])) {
$_params = array();
    (1-1/1)