http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2892 Summary: Modification Log creates incorrect query Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Tools AssignedTo: galen.charlton@liblime.com ReportedBy: rch@liblime.com QAContact: koha-bugs@lists.koha.org System Log, i.e. /cgi-bin/koha/tools/viewlog.pl has two significant flaws: (1) query is on object LIKE '%?%' . this means if you want to see the modification history of biblionumber 30, you get %30%. (2) If no dates are specified, you get WHERE timestamp == TODAY, but this is not reported in the interface at all. If there is a default date limit, it should not be invisible. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.