improving installer : now the database Version is compared to the Koha version (defin...
authortipaul <tipaul>
Tue, 3 Jul 2007 13:50:20 +0000 (13:50 +0000)
committertipaul <tipaul>
Tue, 3 Jul 2007 13:50:20 +0000 (13:50 +0000)
commit8767b123c4be2301ad96e700fbe708045361decf
tree15eae77fdcdfa11db894e2b1564902afb16cf6f0
parent96386e656830d204db95324153ee94d541dd6ed8
improving installer : now the database Version is compared to the Koha version (defined by <kohaversion>XXX</kohaversion> in koha.xml file. If the Version systempref does not exist or is lower than kohaversion, you're redirected to installer. If there is no Version, you're redirected to the 1st step of the installer (full install). If Version < kohaversion, you're redirected to step 3 (updatedatabase). check that you have <kohaversion> in you koha.xml, otherwise, you'l loop forever to the installer...
C4/Auth.pm
installer/install.pl