From 5339bee11d5159ad76885f7beac71d652cfcbf29 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 6 Apr 2016 00:39:27 -0600 Subject: [PATCH] contact_group_uuid value is not working get the value from the database. --- app/contacts/contact_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php index d6499a5f19..6d9fad8896 100644 --- a/app/contacts/contact_edit.php +++ b/app/contacts/contact_edit.php @@ -671,7 +671,7 @@ else { echo " ".$field['group_name']."\n"; echo " \n"; if (permission_exists('contact_group_delete') || if_group("superadmin")) { - echo " $v_link_label_delete\n"; + echo " $v_link_label_delete\n"; } echo " \n"; echo "\n";