From: Mike Taylor Date: Mon, 10 May 2010 15:58:02 +0000 (+0100) Subject: Add commented-out use of rec.id_raw in cql_target() X-Git-Tag: CPAN-v1.02~54^2~12 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=79411dc291fee27ef629e69bac91446cd7c0ab34;ds=sidebyside Add commented-out use of rec.id_raw in cql_target() --- 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); }