http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7785

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7785
          Assignee: [email protected]
            Blocks: 7365
           Summary: Unnecessary MySQL-ism:  C4::Members columns()
        QA Contact: [email protected]
          Severity: trivial
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: master
         Component: Architecture, internals, and plumbing
           Product: Koha

In C4::Members, there is an unused subroutine, columns(), which uses "SHOW
COLUMNS FROM" to get the columns for borrowers.  This subroutine is unused
currently.  It would be best to remove it, and reimplement later, using
database independent logic, should we actually need it.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to