forgot to remove comment, photos get now resized

This commit is contained in:
Ralf Becker 2010-11-05 07:51:12 +00:00
parent 14621383d6
commit a272e11330

View File

@ -800,7 +800,7 @@ class addressbook_bo extends addressbook_so
// resize image to 60px width // resize image to 60px width
if (!empty($contact['jpegphoto'])) if (!empty($contact['jpegphoto']))
{ {
// $contact['jpegphoto'] = $this->resize_photo($contact['jpegphoto']); $contact['jpegphoto'] = $this->resize_photo($contact['jpegphoto']);
} }
// convert categories // convert categories
if (is_array($contact['cat_id'])) if (is_array($contact['cat_id']))