diff --git a/application/models/wab.php b/application/models/wab.php index 43b8c7dc..f4d26d2b 100644 --- a/application/models/wab.php +++ b/application/models/wab.php @@ -8,6 +8,7 @@ class Wab extends CI_Model { } function get_all() { + $this->db->order_by("COL_COMMENT", "ASC"); $this->db->like('COL_COMMENT', 'WAB:'); return $this->db->get($this->config->item('table_name'));