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

Derryn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Derryn <[email protected]> ---
I don't currently have the means to check it myself, but I know how you can
check and fix it yourself.

1. Open the updatedatabase.pl file for editing
2. Search for the following
<code>if ( CheckVersion($DBversion) ) {</code>
3. Replace with
<code>if (C4::Context->preference("Version") < TransformToNum($DBversion))
{</code>
4. Retry web-installer

Hope this helps

-- 
You are receiving this mail because:
You are the assignee for the bug.
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