From 22fab9c9579c25c21fa7fc8fdecb89cb9dd39e29 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 1 Oct 2009 13:57:51 +0200 Subject: [PATCH] updatedatabase opacsearchhistory feature followup Heredoc on installer/data/mysql/atomicupdate/0007-Opac-search-history.pl was not correctly declared --- installer/data/mysql/atomicupdate/0007-Opac-search-history.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/0007-Opac-search-history.pl b/installer/data/mysql/atomicupdate/0007-Opac-search-history.pl index db902a9a4f..b41796b8d4 100644 --- a/installer/data/mysql/atomicupdate/0007-Opac-search-history.pl +++ b/installer/data/mysql/atomicupdate/0007-Opac-search-history.pl @@ -6,7 +6,7 @@ my $dbh=C4::Context->dbh; $dbh->do("INSERT INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('EnableOpacSearchHistory', '1', '', 'Enable or disable opac search history', 'YesNo')"); -my $create = << END; +my $create = <