[Koha-bugs] [Bug 8389] New: BEGIN considered harmful

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 9 14:22:48 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8389
          Assignee: gmcharlt at gmail.com
           Summary: BEGIN considered harmful
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: jcamins at 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.


More information about the Koha-bugs mailing list