Voicemail information should only be saved in the voicemail table.
This commit is contained in:
@@ -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']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['vm_mailto']." </td>\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['vm_mailto']." </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']." </td>\n";
|
||||
echo " <td valign='top' align='right'>\n";
|
||||
|
||||
Reference in New Issue
Block a user