From cf6dbe37863aacdaaed3006c0ba6a2800e55cd43 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 23 Aug 2010 14:42:56 +0200 Subject: [PATCH] Don't cache history entry from last contact. --- turba/lib/View/Duplicates.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/turba/lib/View/Duplicates.php b/turba/lib/View/Duplicates.php index e2d00a76e..23f2100f5 100644 --- a/turba/lib/View/Duplicates.php +++ b/turba/lib/View/Duplicates.php @@ -99,6 +99,8 @@ class Turba_View_Duplicates $view->changed = $history['modified']; } elseif (isset($history['created'])) { $view->changed = $history['created']; + } else { + unset($view->changed); } echo $view->render('contact_header'); $contactView = new Turba_Form_Contact($vars, $contact, false); -- 2.11.0