closes:#1392

This commit is contained in:
Steven Mondji-Lerider 2012-12-12 16:50:26 +00:00
parent d10c673dd8
commit 031c1ffcc1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {