From b4172e7aedf00ff3a9a2682030ee6fc5daf33648 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 27 Jun 2012 12:12:12 +0200 Subject: [PATCH] s/rc_image_content_type/rcube_mime::image_content_type/ --- plugins/libkolab/lib/kolab_format_contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/libkolab/lib/kolab_format_contact.php b/plugins/libkolab/lib/kolab_format_contact.php index 67813421..69b372c0 100644 --- a/plugins/libkolab/lib/kolab_format_contact.php +++ b/plugins/libkolab/lib/kolab_format_contact.php @@ -240,7 +240,7 @@ class kolab_format_contact extends kolab_format $this->obj->setAnniversary(self::get_datetime($object['anniversary'], false, true)); if (!empty($object['photo'])) { - if ($type = rc_image_content_type($object['photo'])) + if ($type = rcube_mime::image_content_type($object['photo'])) $this->obj->setPhoto($object['photo'], $type); } else if (isset($object['photo']))