From ce76cece09d751c27c2364d31e7b93ae3df80cc8 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Tue, 9 Aug 2011 18:00:14 +0200 Subject: [PATCH] Remove warning --- apps/contacts/templates/part.details.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/contacts/templates/part.details.php b/apps/contacts/templates/part.details.php index 0d738b5a0a..e463459e78 100644 --- a/apps/contacts/templates/part.details.php +++ b/apps/contacts/templates/part.details.php @@ -1,10 +1,15 @@ -inc('part.property', array('property' => $_['details']['FN'][0])); ?> + + + inc('part.property', array('property' => $_['details']['FN'][0])); ?> + + inc('part.property', array('property' => $_['details']['BDAY'][0])); ?> + inc('part.property', array('property' => $_['details']['ORG'][0])); ?> @@ -17,6 +22,7 @@ +