7 Apr
2013
7 Apr
'13
12:21 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962 --- Comment #6 from Derryn <derrynj@gmail.com> --- (In reply to comment #5)
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
Without the <code></code> .. i thought bugzilla might be smart enough to recognition the tags and make it easier to read. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.