Order WAB Awards Results ASC

pull/106/merge
Peter Goodhall 2012-10-31 22:10:33 +00:00
rodzic 6a4a8991c6
commit ee2eb20fef
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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'));