http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8389 Priority: P5 - low Change sponsored?: --- Bug ID: 8389 Assignee: gmcharlt@gmail.com Summary: BEGIN considered harmful Severity: minor Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com 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.