http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571

--- Comment #1 from Nicole C. Engard <[email protected]> 2011-07-14 19:14:55 
UTC ---
This patch
http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=77167b3b17690ccff682d410847b13aa5ac186e8
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to