As testInt, calcPriority and calcParenthesis were moved and renamed to
t3lib_utility_Math we have to change the core usages, too.
Change-Id: I13892a7d81fce116b771b75a099dc83342997cd8
Fixes: #28398
Related: #28096
Reviewed-on: http://review.typo3.org/3476
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
case 'popup':
case 'colorbox':
case 'slider':
- if (!$wConf['notNewRecords'] || t3lib_div::testInt($row['uid'])) {
+ if (!$wConf['notNewRecords'] || t3lib_utility_Math::canBeInterpretedAsInteger($row['uid'])) {
// Setting &P array contents:
$params = array();