http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7796
Dobrica Pavlinusic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8499|0 |1 is obsolete| | --- Comment #2 from Dobrica Pavlinusic <[email protected]> --- 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. _______________________________________________ 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/
