Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
e1bf06f3
Commit
e1bf06f3
authored
May 04, 2009
by
tbrehm
Browse files
Fixed: FS#707 - Problem with changing the spamfilter settings.
parent
79c225f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/client/templates/client_edit_limits.htm
View file @
e1bf06f3
...
...
@@ -75,7 +75,7 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"limit_mailquota"
>
{tmpl_var name='limit_mailquota_txt'}
</label>
<input
name=
"limit_mailquota"
id=
"limit_mailquota"
value=
"{tmpl_var name='limit_mailquota'}"
size=
"10"
maxlength=
"10"
type=
"text"
class=
"textInput formLengthLimit"
/>
<input
name=
"limit_mailquota"
id=
"limit_mailquota"
value=
"{tmpl_var name='limit_mailquota'}"
size=
"10"
maxlength=
"10"
type=
"text"
class=
"textInput formLengthLimit"
/>
MB
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"limit_spamfilter_wblist"
>
{tmpl_var name='limit_spamfilter_wblist_txt'}
</label>
...
...
interface/web/mail/mail_user_edit.php
View file @
e1bf06f3
...
...
@@ -254,7 +254,7 @@ class page_action extends tform_actions {
if
(
$policy_id
>
0
)
{
if
(
$tmp_user
[
"id"
]
>
0
)
{
// There is already a record that we will update
$app
->
db
->
datalogUpdate
(
'spamfilter_users'
,
"policy_id =
$p
l
oicy_id
"
,
'id'
,
$tmp_user
[
"id"
]);
$app
->
db
->
datalogUpdate
(
'spamfilter_users'
,
"policy_id =
$po
l
icy_id
"
,
'id'
,
$tmp_user
[
"id"
]);
}
else
{
// We create a new record
$insert_data
=
"(`sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `server_id`, `priority`, `policy_id`, `email`, `fullname`, `local`)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment