From 79411dc291fee27ef629e69bac91446cd7c0ab34 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 10 May 2010 16:58:02 +0100 Subject: [PATCH] Add commented-out use of rec.id_raw in cql_target() --- lib/ZOOM/IRSpy/Utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm index 4fd7677..9ead6b3 100644 --- a/lib/ZOOM/IRSpy/Utils.pm +++ b/lib/ZOOM/IRSpy/Utils.pm @@ -181,6 +181,7 @@ sub cql_target { } return "rec.id=" . cql_quote($id); + #return "rec.id_raw=" . cql_quote($id); } -- 1.7.10.4