Project

General

Profile

Bug #17042 » bug_5073.diff

Administrator Admin, 2007-02-26 18:42

View differences:

typo3_src-4.1.0RC2.new/typo3/sysext/beuser/mod/index.php 2007-02-26 18:38:56.000000000 +0100
$orderBy = 'u.username';
if (is_string($GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout'])) {
$where_clause .= ' AND '.$GLOBALS['EXEC_TIME'].'<(ses_tstamp+u.'.$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) {
(1-1/2)