From 8874fac522028ccd0d358f925f40a07e7566db4e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 9 Aug 2012 10:34:34 -0400 Subject: [PATCH] url verify seed data repairs Signed-off-by: Bill Erickson --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 664041ed5f..92916d00ef 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1569,7 +1569,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES ( 539, 'URL_VERIFY', oils_i18n_gettext( 539, 'Allows a user to process and verify ULSs', 'ppl', 'description')), ( 540, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 540, - 'Allows a user to configure URL verification org unit settings', 'ppl', 'description') + 'Allows a user to configure URL verification org unit settings', 'ppl', 'description')) ; -- 2.11.0