From 92f32dcd00a68fa723af043782fbe15bcc56b2fd Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 1 Aug 2014 14:26:58 +0000 Subject: [PATCH] Remove capitalization on the context its better to show the case that it actually uses --- app/extensions/extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/extensions.php b/app/extensions/extensions.php index e616c21fe6..0d78a755c1 100644 --- a/app/extensions/extensions.php +++ b/app/extensions/extensions.php @@ -167,7 +167,7 @@ require_once "resources/paging.php"; echo "\n"; echo " ".$row['call_group']." \n"; //echo " ".$row['voicemail_mail_to']." \n"; - echo " ".ucwords($row['user_context'])."\n"; + echo " ".$row['user_context']."\n"; echo " ".ucwords($row['enabled'])."\n"; echo " ".$row['description']." \n"; echo " ";