@@ -, +, @@ syntax --- about.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/about.pl +++ a/about.pl @@ -396,7 +396,8 @@ my @yaml_prefs = ( "UpdateItemWhenLostFromHoldList", "MarcFieldsToOrder", "MarcItemFieldsToOrder", - "UpdateitemLocationOnCheckin" + "UpdateitemLocationOnCheckin", + "ItemsDeniedRenewal" ); my @bad_yaml_prefs; foreach my $syspref (@yaml_prefs) { --