Update fax_edit.php
This commit is contained in:
parent
f16bad573f
commit
68f0a39b09
|
|
@ -604,7 +604,7 @@
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
if (permission_exists('fax_users')) {
|
if (permission_exists('fax_user_view')) {
|
||||||
if ($action == "update") {
|
if ($action == "update") {
|
||||||
echo " <tr>";
|
echo " <tr>";
|
||||||
echo " <td class='vncell' valign='top'>".$text['label-user-list']."</td>";
|
echo " <td class='vncell' valign='top'>".$text['label-user-list']."</td>";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue