http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8389
Priority: P5 - low
Change sponsored?: ---
Bug ID: 8389
Assignee: [email protected]
Summary: BEGIN considered harmful
Severity: minor
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: master
Component: Architecture, internals, and plumbing
Product: Koha
Right now we are using BEGIN { } blocks in a lot of C4, including for database
access in C4::Context. This means that any script that uses C4::Context, even
if it doesn't actually need the database or is not being run, just compiled,
will not function without a database present.
--
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/