Remove test code on the device key edit.
This commit is contained in:
parent
d9f7333eed
commit
477f10b0dd
|
|
@ -159,7 +159,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-device_key_id'].": $device_key_id\n";
|
||||
echo " ".$text['label-device_key_id'].": \n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='device_key_id'>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue