updatedatabase opacsearchhistory feature followup

Heredoc on installer/data/mysql/atomicupdate/0007-Opac-search-history.pl
was not correctly declared
This commit is contained in:
Paul Poulain 2009-10-01 13:57:51 +02:00
parent b7435fbe6e
commit 22fab9c957

View file

@ -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 = <<END;
CREATE TABLE IF NOT EXISTS `search_history` (
`userid` int(11) NOT NULL,
`sessionid` varchar(32) NOT NULL,