+2010-06-10 Stanislas Rolland <typo3@sjbr.ca>
+
+ * Follow-up to issue #14662: htmlArea RTE: Should use t3lib_utility_Client::getBrowserInfo
+
2010-06-10 Dmitry Dulepov <dmitry.dulepov@gmail.com>
* Fixed bug #5117: typolink: cHash corrupted due to linkVars (together with Pierre Dudoret (Popy))
+2010-06-10 Stanislas Rolland <typo3@sjbr.ca>
+
+ * Follow-up to issue #14662: htmlArea RTE: Should use t3lib_utility_Client::getBrowserInfo
+
2010-06-09 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14677: htmlArea RTE: Toolbar state incorect in the absence of block element
if ($browserInfo['all'][$engine]) {
$browserInfo['browser'] = $engine;
$browserInfo['version'] = t3lib_utility_Client::getVersion($browserInfo['all'][$engine]);
+ break;
}
}
}