Bug 12478: (RM followup) fix syntax error in updatedatabase.pl
authorBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 26 Apr 2016 20:55:25 +0000 (20:55 +0000)
committerJesse Weaver <jweaver@bywatersolutions.com>
Tue, 26 Apr 2016 21:03:26 +0000 (15:03 -0600)
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl

index a5f8ca3..57c83db 100755 (executable)
@@ -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,