From: hdl Date: Fri, 13 Apr 2007 16:27:55 +0000 (+0000) Subject: Adding Version variable to systempreferences. X-Git-Tag: dev_week~334 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=c6951debf08d35a185edc048ec3126950303d1bf;p=koha_fer Adding Version variable to systempreferences. --- diff --git a/updater/updatedatabase b/updater/updatedatabase index 4273f7c11e..11ba0c2491 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -497,6 +497,14 @@ my %tabledata = ( explanation => 'Active this if you want to log the circulation return', type => 'YesNo', }, + { + uniquefieldrequired => 'variable', + variable => 'Version', + value => '3.0', + forceupdate => {'explanation' => 1, 'type' => 1}, + explanation => 'Koha Version', + type => 'Free', + }, { uniquefieldrequired => 'variable', variable => 'LetterLog', @@ -1977,6 +1985,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.161 2007/04/13 16:27:55 hdl +# Adding Version variable to systempreferences. +# # Revision 1.160 2007/03/19 18:35:13 toins # - adding default value in marc_subfield_structure. # - now marc_subfields_structure displays subfields in tab view.