http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7796 Dobrica Pavlinusic <dpavlin@rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8499|0 |1 is obsolete| | --- Comment #2 from Dobrica Pavlinusic <dpavlin@rot13.org> --- Created attachment 8531 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8531&action=edit Bug 7796 - C4/VirtualShelves.pm $dbh plack scoping we get a lot of "MySQL server has gone away" error messages and defining global $dbh isn't the best solution. Existing code gets $dbh from context in some subs, so this change makes it always use $dbh from context. -- You are receiving this mail because: You are watching all bug changes.