fixed bug reported by Deti Fliegl: [ 1548175 ] Pictures in Addressbook cannot be deleted

This commit is contained in:
Ralf Becker 2006-08-29 04:18:32 +00:00
parent 52f02a4ec2
commit e907216780

View File

@ -777,7 +777,7 @@ class uicontacts extends bocontacts
{
case 'save':
case 'apply':
if ($content['delete_photo']) unset($content['jpegphoto']);
if ($content['delete_photo']) $content['jpegphoto'] = null;
if (is_array($content['upload_photo']) && !empty($content['upload_photo']['tmp_name']) &&
$content['upload_photo']['tmp_name'] != 'none')
{