summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-09-13 08:08:34 +0000
committerTed Trask <ttrask01@yahoo.com>2010-09-13 08:08:34 +0000
commit6311ffeb8a444f60cae2fd857de771811d2931b9 (patch)
tree79ef12e134e3c513b2341311c5eee62824b6511c
parentc424569a71408e99dc525f99f7e4c84269dead02 (diff)
downloadacf-freeswitch-vmail-6311ffeb8a444f60cae2fd857de771811d2931b9.tar.bz2
acf-freeswitch-vmail-6311ffeb8a444f60cae2fd857de771811d2931b9.tar.xz
Removed non-existant fields from view
-rw-r--r--vmail-editusersettings-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-editusersettings-html.lsp b/vmail-editusersettings-html.lsp
index 77cb5bf..4efe709 100644
--- a/vmail-editusersettings-html.lsp
+++ b/vmail-editusersettings-html.lsp
@@ -10,6 +10,6 @@ require("viewfunctions")
end
form.value["vm-password"].type = "password"
form.value["vm-password-confirm"].type = "password"
- local order = {"username", "fullname", "vm-password", "vm-password-confirm", "vm-mailto", "vm-email-all-messages", "vm-attach-file", "vm-keep-local-after-email", "vm-notify-mailto", "vm-notify-email-all-messages", "vm-say-caller-id", "vm-say-envelope"}
+ local order = {"username", "fullname", "vm-password", "vm-password-confirm", "vm-mailto", "vm-email-all-messages", "vm-attach-file", "vm-keep-local-after-email", "vm-notify-mailto", "vm-notify-email-all-messages"}
displayform(form, order)
%>