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
11275dfe
Commit
11275dfe
authored
Aug 11, 2009
by
tbrehm
Browse files
Fixed: FS#754 - mailfilter problem
parent
721fb2a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/mail_user_filter_edit.php
View file @
11275dfe
...
...
@@ -70,6 +70,7 @@ class page_action extends tform_actions {
$mailuser
=
$app
->
db
->
queryOneRecord
(
"SELECT sys_groupid, custom_mailfilter FROM mail_user WHERE mailuser_id = "
.
$this
->
dataRecord
[
"mailuser_id"
]);
$rule_content
=
$mailuser
[
'custom_mailfilter'
]
.
"
\n
"
.
$app
->
db
->
quote
(
$this
->
getRule
());
$rule_content
=
mysql_real_escape_string
(
$rule_content
);
$app
->
db
->
datalogUpdate
(
'mail_user'
,
"custom_mailfilter = '
$rule_content
'"
,
'mailuser_id'
,
$this
->
dataRecord
[
"mailuser_id"
]);
// set permissions
...
...
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