Fix some suggestions / ignore others

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2022-04-22 17:17:59 +01:00
parent 17e59dde03
commit 242654e149
5 changed files with 7 additions and 5 deletions

View File

@@ -721,7 +721,7 @@ if ($_POST['action'] == 'get_groups') {
// First execute INSERT OR IGNORE statement to create a record for
// this domain (ignore if already existing)
if (!$insert_stmt->execute()) {
throw new Exception('While executing INSERT OT IGNORE: <strong>' . $db->lastErrorMsg() . '</strong><br>'.
throw new Exception('While executing INSERT OR IGNORE: <strong>' . $db->lastErrorMsg() . '</strong><br>'.
'Added ' . $added . " out of ". $total . " domains");
}