forked from extern/egroupware
forgot to remove comment, photos get now resized
This commit is contained in:
parent
14621383d6
commit
a272e11330
@ -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']))
|
||||||
|
Loading…
Reference in New Issue
Block a user