Voicemail information should only be saved in the voicemail table.

This commit is contained in:
Mark Crane
2013-09-28 20:55:25 +00:00
parent 07fac85b21
commit 8ebfbdba15
4 changed files with 49 additions and 47 deletions
+2 -2
View File
@@ -117,7 +117,7 @@ require_once "resources/paging.php";
echo "<tr>\n";
echo th_order_by('extension', $text['label-extension'], $order_by, $order);
echo th_order_by('call_group', $text['label-call_group'], $order_by, $order);
echo th_order_by('vm_mailto', $text['label-vm_mailto'], $order_by, $order);
//echo th_order_by('vm_mailto', $text['label-vm_mailto'], $order_by, $order);
echo th_order_by('enabled', $text['label-enabled'], $order_by, $order);
echo th_order_by('description', $text['label-description'], $order_by, $order);
echo "<td align='right' width='42'>\n";
@@ -132,7 +132,7 @@ require_once "resources/paging.php";
echo "<tr >\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['extension']."</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['vm_mailto']."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['vm_mailto']."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['enabled']."</td>\n";
echo " <td valign='top' class='row_stylebg' width='30%'>".$row['description']."&nbsp;</td>\n";
echo " <td valign='top' align='right'>\n";