Add commented-out use of rec.id_raw in cql_target()
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Utils.pm
index 4fd7677..9ead6b3 100644 (file)
@@ -181,6 +181,7 @@ sub cql_target {
     }
 
     return "rec.id=" . cql_quote($id);
+    #return "rec.id_raw=" . cql_quote($id);
 }