Reinstall lost database query instruction.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-12-08 23:00:38 +00:00
parent 258ea04432
commit a42b5b38cf

View File

@@ -166,7 +166,7 @@ function add_to_table($db, $table, $domains, $comment, $wildcardstyle=false, $re
return $num;
else
{
$finalcount = intval($countquery);
$finalcount = intval($db->querySingle($countquery));
$modified = $finalcount - $initialcount;
// If we add less domains than the user specified, then they wanted to add duplicates