http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 --- Comment #9 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 26714 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26714 Bug 11998 - sysprefs in memcached Review of attachment 26714: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11998&attachment=26714) ----------------------------------------------------------------- ::: C4/Context.pm @@ +740,4 @@
my $sth = $dbh->prepare("DELETE FROM systempreferences WHERE variable=?"); my $res = $sth->execute($var); if ($res) { + C4::Context->set_preference($var, undef);
Isn't this supposed to be a _cache_preference call? -- You are receiving this mail because: You are watching all bug changes.