forgot to remove comment, photos get now resized

This commit is contained in:
Ralf Becker 2010-11-05 07:52:14 +00:00
parent f45cb1b996
commit 0fa2fc259e

View File

@ -736,7 +736,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']))