Project

General

Profile

Bug #22034 » 13380-pages_language_overlay_v3.patch

Administrator Admin, 2010-02-14 18: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']) || !empty($GLOBALS['TCA'][$table]['ctrl']['transOrigPointerTable'])) {
return;
}
(3-3/3)