24 Jan
2014
24 Jan
'14
3:52 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 --- Comment #10 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to M. Tompsett from comment #9)
Hmm... GetMarcStructure is cached. Look in C4/Biblio.pm for "sub GetMarcStructure". You will see the $marc_structure_cache line just above that, and it being used at the top of the function.
Ah, interesting. It's also cached in memcache which actually slows things down. This explains why. -- You are receiving this mail because: You are watching all bug changes.