Remove capitalization on the context its better to show the case that it actually uses

This commit is contained in:
Mark Crane
2014-08-01 14:26:58 +00:00
parent c7a6434fc5
commit 92f32dcd00

View File

@@ -167,7 +167,7 @@ require_once "resources/paging.php";
echo "</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_group']."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['voicemail_mail_to']."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".ucwords($row['user_context'])."</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['user_context']."</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".ucwords($row['enabled'])."</td>\n";
echo " <td valign='top' class='row_stylebg' width='30%'>".$row['description']."&nbsp;</td>\n";
echo " <td class='list_control_icons'>";