Index: trunk/ippTools/share/difftool_inputskyfile.sql
===================================================================
--- trunk/ippTools/share/difftool_inputskyfile.sql	(revision 26179)
+++ trunk/ippTools/share/difftool_inputskyfile.sql	(revision 26180)
@@ -29,7 +29,4 @@
     JOIN rawExp
         USING(exp_id)
-    WHERE
-        (diffRun.state = 'new' or diffRun.state = 'full')
-        AND (warpRun.state = 'full')
         -- where hook %s
     UNION
@@ -63,7 +60,4 @@
     JOIN rawExp
         USING(exp_id)
-    WHERE
-        (diffRun.state = 'new' or diffRun.state = 'full')
-        AND (warpRun.state = 'full')
         -- where hook %s
     UNION
@@ -97,6 +91,4 @@
     JOIN rawExp
         USING(exp_id)
-    WHERE
-        (diffRun.state = 'new' or diffRun.state = 'full')
         -- where hook %s
     UNION
@@ -130,6 +122,5 @@
     JOIN rawExp
         USING(exp_id)
-    WHERE
-        (diffRun.state = 'new' or diffRun.state = 'full')
         -- where hook %s
     ) as Foo
+-- template where hook %s
