From b4924ed1e59d587daf94fddd0dc739c662539779 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Fri, 10 Feb 2012 07:21:56 +0100
Subject: [PATCH] Variable wasn't reset.

---
 apps/contacts/js/contacts.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js
index 7f4e938c48..14503ad442 100644
--- a/apps/contacts/js/contacts.js
+++ b/apps/contacts/js/contacts.js
@@ -619,6 +619,7 @@ Contacts={
 				this.addname = n[2];
 				this.honpre = n[3];
 				this.honsuf = n[4];
+				this.fullname = '';
 
 				$('#n').val(n.join(';'));
 				if(n[3].length > 0) {
-- 
GitLab