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

--- Comment #3 from Jonathan Druart <[email protected]> ---
(In reply to Bernardo Gonzalez Kriegel from comment #2)
> Works, but
> 
> 1. Think you need to add the new syspref on
> installer/data/mysql/updatedatabase.pl

In sysprefs.sql, yes :)

> 2. The check 
>   if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
> must be written
>   if ( CheckVersion($DBversion) ) {
> because it does not run as is on master

Oops, originally this patch was for a 3.10 branch, I forgot to change that.

New patch coming.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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