From ca405ec114d13c68bb0ea770916afd4e1e16cc8c Mon Sep 17 00:00:00 2001 From: Brendan Gallagher Date: Tue, 26 Apr 2016 20:55:25 +0000 Subject: [PATCH] Bug 12478: (RM followup) fix syntax error in updatedatabase.pl Signed-off-by: Jesse Weaver --- 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 a5f8ca34c2..57c83db612 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12309,7 +12309,7 @@ $dbh->do(q| # * any sorts on the field name will be applied to $fieldname.'__sort' instead. # this means that we can have search for author that includes 1xx, 245$c, and 7xx, but the sort only applies to 1xx. -dbh->do(q| +$dbh->do(q| CREATE TABLE `search_marc_to_field` ( search_marc_map_id int(11) NOT NULL, search_field_id int(11) NOT NULL, -- 2.39.5