From 702536e5f4b8e475aefaf983636d2a87df3e280a Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 18 Aug 2006 21:25:34 +0000 Subject: [PATCH] added sanity check git-svn-id: svn://svn.open-ils.org/ILS/trunk@5596 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Collections.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm b/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm index d182816c3e..3e8fb678fc 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm @@ -123,7 +123,7 @@ sub users_of_interest { select => {au => ["profile","id","dob", "card"]} } ] - ); + ) or return $e->event; $_->{usr} = { id => $u->id, -- 2.11.0