1 Aug
2016
1 Aug
'16
2:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16955 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- There was a wrong c/p here (you can blame me), the last 2 lines are using $frameworkcode instead of $newframeworkcode. Moreover the 4 clear_from_cache calls are inside the while loop, which means that we are clearing the cache 4 times per subfield (!). Finally these calls are actually not needed :) As we are creating a new framework, the cache should be empty... -- You are receiving this mail because: You are watching all bug changes.