From 16ada164eecfe2226f630b390f16c629a5cc7097 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 28 Sep 2013 17:41:41 +0000 Subject: [PATCH] Get rid of commented out code. --- app/contacts/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index c4ef41dafd..e2c846ab2f 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -43,7 +43,6 @@ $apps[$x]['permissions'][$y]['menu']['uuid'] = 'f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'user'; $y++; $apps[$x]['permissions'][$y]['name'] = 'contact_add'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';