Merge branch 'cloudlog8' into mergesolve

This commit is contained in:
Andreas Kristiansen
2021-11-13 20:00:48 +01:00
committed by GitHub
285 changed files with 5216 additions and 3959 deletions

View File

@@ -2,12 +2,6 @@
class Modes extends CI_Model {
function __construct()
{
// Call the Model constructor
parent::__construct();
}
function all() {
$this->db->order_by('mode', 'ASC');
$this->db->order_by('submode', 'ASC');