3 May
2012
3 May
'12
3:48 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7970 --- Comment #16 from Fridolyn SOMERS <fridolyn.somers@gmail.com> --- if (C4::Context->preference('ReservesControlBranch')){ my $sth = $dbh->prepare("UPDATE systempreferences SET value = ? WHERE variable = 'ReservesControlBranch'"); $sth->execute(C4::Context->preference('ReservesControlBranch')); } ... This part of patch updates pref with the same value. -- You are receiving this mail because: You are watching all bug changes.