* Follow-up for feature #10339: htmlArea RTE: Move editing mode change to plugin
* Follow-up for feature #10182: htmlArea RTE: Add support for editing lang attribute
* Added feature #10416: htmlArea RTE: Add configuration options for the acronym feature
+ * Further follow-up for feature #10182: htmlArea RTE: Add support for editing lang attribute
2009-02-11 Steffen Kamper <info@sk-typo3.de>
* Follow-up for feature #10339: htmlArea RTE: Move editing mode change to plugin
* Follow-up for feature #10182: htmlArea RTE: Add support for editing lang attribute
* Added feature #10416: htmlArea RTE: Add configuration options for the acronym feature
+ * Further follow-up for feature #10182: htmlArea RTE: Add support for editing lang attribute
2009-02-04 Stanislas Rolland <typo3@sjbr.ca>
$table.'.lg_iso_2,'.$table.'.lg_country_iso_2,'.$labelFields,
$table,
$where.' AND lg_constructed = 0 '.
- ($this->htmlAreaRTE->is_FE() ? $GLOGAL['TSFE']->sys_page->enableFields($table) : t3lib_BEfunc::BEenableFields($table) . t3lib_BEfunc::deleteClause($table))
+ ($this->htmlAreaRTE->is_FE() ? $GLOBALS['TSFE']->sys_page->enableFields($table) : t3lib_BEfunc::BEenableFields($table) . t3lib_BEfunc::deleteClause($table))
);
$prefixLabelWithCode = !$this->thisConfig['buttons.']['language.']['prefixLabelWithCode'] ? false : true;
$postfixLabelWithCode = !$this->thisConfig['buttons.']['language.']['postfixLabelWithCode'] ? false : true;