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
if (!empty($contact['jpegphoto']))
{
// $contact['jpegphoto'] = $this->resize_photo($contact['jpegphoto']);
$contact['jpegphoto'] = $this->resize_photo($contact['jpegphoto']);
}
// convert categories
if (is_array($contact['cat_id']))