Added resultview and more logic

This commit is contained in:
Andreas Kristiansen
2025-05-26 16:23:17 +02:00
parent d27cea5b5d
commit be13a4d26a
5 changed files with 85 additions and 2 deletions

View File

@@ -918,6 +918,10 @@
return $this->db->get($this->config->item('table_name'));
}
public function getInitialsFromDb($band, $mode) {
}
}
?>