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
Guilherme Filippo
ISPConfig 3
Commits
829e84b5
Commit
829e84b5
authored
Dec 22, 2008
by
fantu
Browse files
No commit message
No commit message
parent
7b886301
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tform.inc.php
View file @
829e84b5
...
...
@@ -641,12 +641,7 @@ class tform {
}
}
else
{
$vip
=
0
;}
if
(
$vip
==
0
)
{
$errmsg
=
$validator
[
'errmsg'
];
if
(
isset
(
$this
->
wordbook
[
$errmsg
]))
{
$this
->
errorMessage
.
=
$field_name
.
": "
.
$this
->
wordbook
[
'ipv4_validator_error_txt'
]
.
"<br />
\r\n
"
;
}
else
{
$this
->
errorMessage
.
=
$errmsg
.
"<br />
\r\n
"
;
}
$this
->
errorMessage
.
=
$field_name
.
": "
.
$this
->
wordbook
[
'ipv4_validator_error_txt'
]
.
"<br />
\r\n
"
;
}
break
;
case
'CUSTOM'
:
...
...
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