From: Chris Sharp Date: Sun, 20 Jan 2019 17:55:30 +0000 (-0500) Subject: typo correction X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e29277789a418ec8cd4d352ef011e9a22af0337b;p=evergreen%2Fpines.git typo correction --- diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.2-upgrade.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.2-upgrade.sql index d0670562bc..67b447c4b1 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.2-upgrade.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.2-upgrade.sql @@ -400,9 +400,9 @@ INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (1, 'ui.patron.edit.au.guardian.suggest', 'true'), -- date formatting for web client (1, 'webstaff.format.dates', '"MM/dd/yyyy"'), -(1, 'webstaff.format.date_and_time', '"MM/dd/yyyy HH:mm"'), +(1, 'webstaff.format.date_and_time', '"MM/dd/yyyy HH:mm"') --, -- allow emailing records without logging in -(1, 'opac.email_record.allow_without_login', 'true') +--(1, 'opac.email_record.allow_without_login', 'true') ; -- move parent/guardian field data to new field