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
Zvonimir
ISPConfig 3
Commits
f7333ac8
Commit
f7333ac8
authored
Oct 29, 2009
by
tbrehm
Browse files
Mailfilter rules are now written in reverse: FS#841 - New Mailfilter Bug / Request
parent
9e0cbf03
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/mail_user_filter_edit.php
View file @
f7333ac8
...
...
@@ -104,9 +104,10 @@ class page_action extends tform_actions {
}
}
// We did not found our rule, so we add it now.
// We did not found our rule, so we add it now
as first rule
.
if
(
$found
==
false
)
{
$out
.
=
$this
->
getRule
();
$new_rule
=
$this
->
getRule
();
$out
=
$new_rule
.
$out
;
}
$out
=
$app
->
db
->
quote
(
$out
);
...
...
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