From ebd7bcc5b1a4861256036e3d0268ef9d71daae57 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 30 Nov 2014 08:10:48 +0100 Subject: [PATCH] [PASSED QA] Bug 11706: Typo fix for "efault" in old database update To test: - Verify the typo has been correct and no other changes have been made Signed-off-by: Bernardo Gonzalez Kriegel Typo fixed, no koha-qa errors. Signed-off-by: Kyle M Hall --- installer/data/mysql/updatedatabase.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index cf17e0b..a0698ef 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7205,7 +7205,7 @@ $DBversion = "3.13.00.029"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type ) - VALUES ( "issues to claim", "efault CSV export for serial issue claims", + VALUES ( "issues to claim", "Default CSV export for serial issue claims", "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate", ",", "sql" ) }); -- 1.7.2.5