Fix FFMA award

This commit is contained in:
phl0
2023-12-12 21:58:34 +01:00
parent b58ff1ae13
commit 4e26174b93
3 changed files with 15 additions and 2 deletions

View File

@@ -186,4 +186,12 @@ class Ffma_model extends CI_Model {
return $vucc_grids;
}
function get_grid_count() {
return count($this->us_grids);
}
function get_grids() {
return $this->us_grids;
}
}