Slightly change the message shown when domains are duplicates.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-08-29 17:26:32 +02:00
parent 50e5349ee4
commit d97c85f724

View File

@@ -140,7 +140,7 @@ function add_to_table($db, $table, $domains, $wildcardstyle=false, $returnnum=fa
if($modified !== $num)
{
$delta = $num - $modified;
$extra = " (".$delta." already existing)";
$extra = " (skipped ".$delta." duplicates)";
}
else
{