Index: modfunc_tools_indexupdate/class.tx_dam_tools_indexupdate.php =================================================================== --- modfunc_tools_indexupdate/class.tx_dam_tools_indexupdate.php (Revision 39335) +++ modfunc_tools_indexupdate/class.tx_dam_tools_indexupdate.php (Arbeitskopie) @@ -242,8 +242,8 @@ $code.= '

'; $code.= ''; - $code.= 'pObj->MOD_SETTINGS['tx_dam_tools_indexupdate.deleteMissing']?'checked="checked"':'').' name="SET[tx_dam_tools_indexupdate.deleteMissing]" value="1"> '. - $LANG->getLL('tx_dam_tools_indexupdate.deleteMissing',1); + $code.= 'pObj->MOD_SETTINGS['tx_dam_tools_indexupdate.deleteMissing']?'checked="checked"':'').' name="SET[tx_dam_tools_indexupdate.deleteMissing]" id="SET.tx_dam_tools_indexupdate.deleteMissing" value="1"> '. + ''; $code.= '
'.$LANG->getLL('tx_dam_tools_indexupdate.deleteMissing_descr').'

'; $code.= '

'; $code.= '


';