Bug #19867 » bug_10205_post1_commerce.diff
TYPO3_4-0/typo3/sysext/cms/tslib/class.tslib_feuserauth.php 2009-01-24 01:38:13.000000000 +0100 | ||
---|---|---|
}
|
||
}
|
||
if ($count == false && t3lib_extMgm::isLoaded('commerce')) {
|
||
$dbres = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
|
||
'*',
|
||
'tx_commerce_baskets',
|
||
'sid=' . $GLOBALS['TYPO3_DB']->fullQuoteStr($id, 'tx_commerce_baskets')
|
||
);
|
||
if ($dbres !== false) {
|
||
if ($sesDataRow = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($dbres)) {
|
||
$count = true;
|
||
}
|
||
}
|
||
}
|
||
return $count;
|
||
}
|
||
}
|