Project

General

Profile

Bug #17056 » bug_5092_corrected.diff

Administrator Admin, 2007-02-28 21:23

View differences:

typo3/sysext/beuser/mod/index.php Wed Feb 28 21:17:47 2007
$orderBy = 'u.username';
if (is_string($GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout'])) {
$where_clause .= ' AND '.$GLOBALS['EXEC_TIME'].'<(ses_tstamp+.'.$GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout'].')';
$where_clause .= ' AND '.$GLOBALS['EXEC_TIME'].'<(ses_tstamp+'.$GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout'].')';
} else {
$timeout = intval($GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout']);
if ($timeout > 0) {
(2-2/3)