From 3052fc1956ab10e496c28b4e58dea6fe57a8760f Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Wed, 23 Apr 2008 17:22:50 -0500 Subject: [PATCH] Fix default value for TagsExternalDictionary to be null, Signed-off-by: Joshua Ferraro --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ee58ae0e3a..dd18d70b87 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -1367,7 +1367,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { ('BakerTaylorPassword','','','Baker & Taylor Password for Content Cafe (external content)','Textarea'), ('BakerTaylorUsername','','','Baker & Taylor Username for Content Cafe (external content)','Textarea'), ('TagsEnabled','1','','Enables or disables all tagging features. This is the main switch for tags.','YesNo'), - ('TagsExternalDictionary','/usr/bin/ispell','','Path on server to local ispell executable, used to set $Lingua::Ispell::path
This dictionary is used as a \"whitelist\" of pre-allowed tags.',''), + ('TagsExternalDictionary',NULL,'','Path on server to local ispell executable, used to set $Lingua::Ispell::path
This dictionary is used as a \"whitelist\" of pre-allowed tags.',''), ('TagsInputOnDetail','1','','Allow users to input tags from the detail page.', 'YesNo'), ('TagsInputOnList', '0','','Allow users to input tags from the search results list.', 'YesNo'), ('TagsModeration', NULL,'','(unimplemented) Requires tags from patrons to be approved before becoming visible.','YesNo'), -- 2.39.5