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
lolo888
ISPConfig 3
Commits
8afac82c
Commit
8afac82c
authored
Sep 17, 2009
by
tbrehm
Browse files
Fixed: FS#889 - Email filter "Begins With" bug
parent
a8dc8ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/mail_user_filter_edit.php
View file @
8afac82c
...
...
@@ -148,7 +148,7 @@ if ( ".'$RETURNCODE'." != 1 )
}
elseif
(
$this
->
dataRecord
[
"op"
]
==
'is'
)
{
$content
.
=
$searchterm
.
"$/:h)
\n
"
;
}
elseif
(
$this
->
dataRecord
[
"op"
]
==
'begins'
)
{
$content
.
=
$searchterm
.
"/:h)
\n
"
;
$content
.
=
" "
.
$searchterm
.
"/:h)
\n
"
;
}
elseif
(
$this
->
dataRecord
[
"op"
]
==
'ends'
)
{
$content
.
=
".*"
.
$searchterm
.
"$/:h)
\n
"
;
}
...
...
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