watchdog('file',t('For %file the system thinks its MIME type is %detected while the user has given %given for MIME type',array('%file'=>theme('placeholder',$file->filepath),'%detected'=>theme('placeholder',$file>-filemime),'%given'=>theme('placeholder',$_FILES['edit']['type'][$source]))));
watchdog('file',t('For %file the system thinks its MIME type is %detected while the user has given %given for MIME type',array('%file'=>theme('placeholder',$file->filepath),'%detected'=>theme('placeholder',$file->filemime),'%given'=>theme('placeholder',$_FILES['edit']['type'][$source]))));