Index: trunk/ippTools/share/stacktool_definebyquery_insert.sql
===================================================================
--- trunk/ippTools/share/stacktool_definebyquery_insert.sql	(revision 18574)
+++ trunk/ippTools/share/stacktool_definebyquery_insert.sql	(revision 18577)
@@ -1,6 +1,7 @@
+-- Define the inputs to a defined stack
 INSERT INTO
         stackInputSkyfile(stack_id, warp_id)
 SELECT
-        @STACK_ID@,
+        @STACK_ID@, -- This should be replaced with the stack_id
         warp_id
 FROM warpSkyfile
