From 320f9583fa487bd0e14fbfe779e2ecc00b4d909f Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 6 Sep 2010 14:13:55 +0000 Subject: [PATCH] Fixed error on new contact add. --- includes/ui/contacts_view.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ui/contacts_view.inc b/includes/ui/contacts_view.inc index 11e73877..9ad82aec 100644 --- a/includes/ui/contacts_view.inc +++ b/includes/ui/contacts_view.inc @@ -105,7 +105,7 @@ class contacts extends simple_crud { $dat = $this->data; return add_crm_person($dat['ref'], $dat['name'], $dat['name2'], $dat['address'], $dat['phone'], $dat['phone2'], $dat['fax'], $dat['email'], $dat['lang'], - $dat['notes'], $dat['assgn'], $this->entity); + $dat['notes'], $dat['contacts'], $this->entity); } function db_update() { -- 2.30.2