Index: /trunk/ippTools/share/detselect_search.sql
===================================================================
--- /trunk/ippTools/share/detselect_search.sql	(revision 15834)
+++ /trunk/ippTools/share/detselect_search.sql	(revision 15835)
@@ -17,5 +17,5 @@
     FROM detRun
     WHERE
-       detRun.mode  = 'register'
+       (detRun.mode  = 'register' OR detRun.mode = 'correction')
     ) as Foo
 WHERE
Index: /trunk/ippTools/share/detselect_select.sql
===================================================================
--- /trunk/ippTools/share/detselect_select.sql	(revision 15834)
+++ /trunk/ippTools/share/detselect_select.sql	(revision 15835)
@@ -22,5 +22,5 @@
         USING(det_id)
     WHERE
-        detRun.mode  = 'register'
+        (detRun.mode  = 'register' OR detRun.mode = 'correction')
     ) as Foo
 WHERE
