closes:#1392
This commit is contained in:
parent
d10c673dd8
commit
031c1ffcc1
|
@ -678,7 +678,7 @@ class m_mysql {
|
|||
}
|
||||
$db->query("SELECT * FROM dbusers WHERE name='$user';");
|
||||
if ($db->num_rows()) {
|
||||
$err->raise("mysql",_("The database user was not found"));
|
||||
$err->raise("mysql",_("The database user already exists"));
|
||||
return false;
|
||||
}
|
||||
if ($password != $passconf || !$password) {
|
||||
|
|
Loading…
Reference in New Issue