array_push($destroyed, $rec);
}
}
$res->success = true;
$res->message = 'Destroyed ' . count($destroyed) . ' records';
} else {
array_push($destroyed, $rec);
}
}
$res->success = true;
$res->message = 'Destroyed ' . count($destroyed) . ' records';
} else {