2009-08-19 Rupert Germann <rupi@gmx.li>
* Fixed bug #11746: Performance improvement: speed up function t3lib_BEfunc::isRecordLocked()
2009-08-19 Rupert Germann <rupi@gmx.li>
* Fixed bug #11746: Performance improvement: speed up function t3lib_BEfunc::isRecordLocked()
+ * Follow-up to bug #11052: removed some superfluous whitespaces in class t3lib_befunc
2009-08-19 Michael Stucki <michael@typo3.org>
2009-08-19 Michael Stucki <michael@typo3.org>
$failed[] = $configuredServer;
}
}
$failed[] = $configuredServer;
}
}
if (count($failed) > 0) {
if (count($failed) > 0) {
- $warnings['memcached'] = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:warning.memcache_not_usable') . '<br/>' .
- implode(', ', $failed);
+ $warnings['memcached'] = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:warning.memcache_not_usable') . '<br/>' .
+ implode(', ', $failed);