From e0696d99001e4b855b7e8b52ac57574d8663ffbb Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 18 Aug 2010 12:35:11 +0200 Subject: [PATCH] Fix displaying form if only one address book is available. --- turba/templates/search/duplicate.html.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/turba/templates/search/duplicate.html.php b/turba/templates/search/duplicate.html.php index 7fe1cf4ea..826deb5f0 100644 --- a/turba/templates/search/duplicate.html.php +++ b/turba/templates/search/duplicate.html.php @@ -1,11 +1,14 @@ -addressBooks) > 1): ?> +addressBooks) > 1): ?> -" /> + +h($this->addressBooks[key($this->addressBooks)]['title']) ?> + +" /> -- 2.11.0