mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
not perfect but better re: dup server name conflict
This commit is contained in:
parent
07a3679c01
commit
fc01f2d86e
@ -62,7 +62,7 @@
|
||||
$errorcount = 0;
|
||||
|
||||
$tmp = $is->name2id($server_name);
|
||||
if($tmp != $server_id)
|
||||
if($tmp)
|
||||
{
|
||||
$error[$errorcount++] = lang('That server name has been used already !');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user