summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2010-08-17 06:41:29 +0000
committerivan <ivan>2010-08-17 06:41:29 +0000
commit4cf169cc5a1de8b1ab40f88b1ee388efca7fedaf (patch)
tree1ac24a66701b30a0582450c36c805338b56b0824 /httemplate/edit
parent9d8d3c6e4a2d2e757150402b8a89c719b8c1013f (diff)
LEAVE is reserved in msyql
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/acct_snarf.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/acct_snarf.html b/httemplate/edit/acct_snarf.html
index 5fd3f83fb..1c815b2cb 100644
--- a/httemplate/edit/acct_snarf.html
+++ b/httemplate/edit/acct_snarf.html
@@ -9,7 +9,7 @@
'username' => 'Username',
'_password' => 'Password',
'check_freq' => 'Poll every',
- 'leave' => 'Leave',
+ 'leavemail' => 'Leave',
'apop' => 'Use APOP',
'tls' => 'TLS',
'mailbox' => 'Mailbox',
@@ -26,9 +26,9 @@
'options' => [ keys %$cf_labels ],
'labels' => $cf_labels,
},
- { field=>'leave', type=>'checkbox', value=>'Y', },
- { field=>'apop', type=>'checkbox', value=>'Y', },
- { field=>'tls', type=>'checkbox', value=>'Y', },
+ { field=>'leavemail', type=>'checkbox', value=>'Y' },
+ { field=>'apop', type=>'checkbox', value=>'Y' },
+ { field=>'tls', type=>'checkbox', value=>'Y' },
'mailbox',
],
'new_callback' => sub { my( $cgi, $acct_snarf ) = @_;