Project

General

Profile

Bug #22034 » 13380-pages_language_overlay.patch

Administrator Admin, 2010-01-31 19:15

View differences:

t3lib/class.t3lib_tcemain.php (working copy)
*/
function deleteL10nOverlayRecords($table, $uid) {
// Check whether table can be localized or has a different table defined to store localizations:
if (!t3lib_BEfunc::isTableLocalizable($table) || !empty($GLOBALS['TCA'][$table]['ctrl']['transForeignTable'])) {
if (!t3lib_BEfunc::isTableLocalizable($table) || !empty($GLOBALS['TCA'][$table]['ctrl']['transForeignTable']) || $table == 'pages_language_overlay') {
return;
}
(1-1/3)