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 = <