Ticket #783 (closed Bug: fixed)
function list_fields does not exists in database library
| Reported by: | littfed | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3 |
| Component: | Libraries:ORM | Version: | SVN HEAD |
| Keywords: | Cc: |
Description
ORM library, line 854 - 858
return $this->db->list_fields($table);
function list_fields not exists in database library maybe function "list_columns()" should be use?
Change History
Note: See
TracTickets for help on using
tickets.
