You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -314,6 +319,8 @@ function soa_update($event_name, $data) {
314
319
} else {
315
320
rename($filename, $filename.'.err');
316
321
}
322
+
$app->db->query('UPDATE dns_soa SET status=\'ERROR\', status_txt=\''.str_replace(array('"', '\''), '', $statustext).'\' WHERE id='.$data['new']['id']);
323
+
$app->dbmaster->query('UPDATE dns_soa SET status=\'ERROR\', status_txt=\''.str_replace(array('"', '\''), '', $statustext).'\' WHERE id='.$data['new']['id']);
317
324
}
318
325
unset($tpl);
319
326
unset($records);
@@ -357,8 +364,8 @@ function soa_update($event_name, $data) {
0 commit comments