[Koha-bugs] [Bug 7796] C4/VirtualShelves.pm needs globally scoped $dbh for plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 22 17:09:10 CET 2012


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

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8499|0                           |1
        is obsolete|                            |

--- Comment #2 from Dobrica Pavlinusic <dpavlin at 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.


More information about the Koha-bugs mailing list