Skip to content
GitLab
Menu
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
bb5171da
Commit
bb5171da
authored
Jun 08, 2009
by
mcramer
Browse files
Fixed
http://bugtracker.ispconfig.org/index.php?do=details&task_id=750&project=3
parent
16230fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/validate_client.inc.php
View file @
bb5171da
...
...
@@ -40,7 +40,7 @@ class validate_client {
$num_rec
=
$app
->
db
->
queryOneRecord
(
"SELECT count(*) as number FROM sys_user WHERE username = '"
.
$app
->
db
->
quote
(
$field_value
)
.
"'"
);
if
(
$num_rec
[
"number"
]
>
0
)
{
$errmsg
=
$validator
[
'errmsg'
];
if
(
isset
(
$
this
->
wordbook
[
$errmsg
]))
{
if
(
isset
(
$
app
->
tform
->
wordbook
[
$errmsg
]))
{
return
$app
->
tform
->
wordbook
[
$errmsg
]
.
"<br>
\r\n
"
;
}
else
{
return
$errmsg
.
"<br>
\r\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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