From cbf389d42138d18990539a6281be191d8dc6dee2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 12 Oct 2012 15:38:59 -0400 Subject: [PATCH] trivial whitespace cleanup Locally consistent, globally all over the map in this file. Signed-off-by: Galen Charlton --- .../perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm index 8fa6c448c0..b0c9af21fa 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm @@ -33,7 +33,7 @@ sub juv_to_adult { UPDATE actor.usr SET juvenile = FALSE WHERE AGE(dob) > ?::INTERVAL - AND juvenile IS TRUE; + AND juvenile IS TRUE; SQL my $sth = actor::user->db_Main->prepare_cached($sql); -- 2.43.2