Index: branches/unlabeled/unlabeled-1.49.2/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r4253 -r4324 --- branches/unlabeled/unlabeled-1.49.2/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 4253) +++ branches/unlabeled/unlabeled-1.49.2/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 4324) @@ -1334,6 +1334,7 @@ if ($temp_tables && $modified) { $block_params = $this->prepareTagParams($params); $block_params['name'] = $this->SelectParam($params, 'render_as,name'); + $block_params['edit_mode'] = $temp_tables ? 1 : 0; return $this->Application->ParseBlock($block_params); } $this->Application->RemoveVar($top_prefix.'_modified');