Project

General

Profile

Bug #16806 » 4690.diff

Administrator Admin, 2008-07-09 16:14

View differences:

typo3/sysext/cms/tbl_tt_content.php (working copy)
'config' => Array (
'type' => 'select',
'items' => Array (
Array('1', 0),
Array('1', 1),
Array('2', 2),
Array('3', 3),
Array('4', 4),
......
Array('7', 7),
Array('8', 8)
),
'default' => 0
'default' => 1
)
),
'imagecaption' => Array (
......
);
?>
?>
(1-1/2)