From 4ca134c52a20babfe3742e2d2bee0f39f8d2f16b Mon Sep 17 00:00:00 2001 From: hdl Date: Thu, 24 Feb 2005 11:28:35 +0000 Subject: [PATCH] Adding MIME and delimiter support to system preferences --- updater/updatedatabase | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index 9740512483..144b106389 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -793,6 +793,28 @@ my %tabledata = ( type => 'Choice', options => 'normal|marc|isbd' }, + { + uniquefieldrequired => 'variable', + variable => 'MIME', + value => 'OPENOFFICE.ORG', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the default application for report exportations into files', + type => 'Choice', + options => 'EXCEL|OPENOFFICE.ORG' + }, + { + uniquefieldrequired => 'variable', + variable => 'Delimiter', + value => ';', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the default separator character for report exportations into files', + type => 'Choice', + options => ';|tabulation|,|/|\|#' + }, ], ); @@ -1378,6 +1400,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.101 2005/02/24 11:28:35 hdl +# Adding MIME and delimiter support to system preferences +# # Revision 1.100 2004/12/10 16:11:32 tipaul # Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd # -- 2.39.5