[freeside-commits] freeside/httemplate/edit acct_snarf.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Mon Aug 16 23:41:31 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv10766/httemplate/edit
Modified Files:
acct_snarf.html
Log Message:
LEAVE is reserved in msyql
Index: acct_snarf.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/acct_snarf.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- acct_snarf.html 7 Aug 2010 07:39:05 -0000 1.1
+++ acct_snarf.html 17 Aug 2010 06:41:29 -0000 1.2
@@ -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 ) = @_;
More information about the freeside-commits
mailing list