14 Jul
2011
14 Jul
'11
8:14 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> 2011-07-14 19:14:55 UTC --- This patch http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=77167b3b1769... was supposed to change this, but it had a typo: + $dbh->do("UPDATE message_attributes SET message_name = 'Advance_Notice' WHERE message_name='Advance_Notice'") It should have been: + $dbh->do("UPDATE message_attributes SET message_name = 'Advance_Notice' WHERE message_name='Advance Notice'") -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.