http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10677
Bug ID: 10677
Summary: C4::Search::GetSearchHistory is broken and unused
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
C4::Search::GetSearchHistory does not work, as it contains a SQL syntax error:
SELECT FROM search_history WHERE...
Its broken state is not visible to users, however, because that routine is not
used -- opac-search-history.pl is doing a direct SQL query, which is not ideal.
GetSearchHistory should be fixed, then put in use.
--
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/