Index: branches/haf_add201112/ippTools/src/addtool.c
===================================================================
--- branches/haf_add201112/ippTools/src/addtool.c	(revision 33003)
+++ branches/haf_add201112/ippTools/src/addtool.c	(revision 33023)
@@ -292,7 +292,8 @@
     } else {
       //This picks only the unmagicked/uncensored ones
-      if (strcmp(stage,"cam") == 0) {
-        psStringAppend(&query, " AND (camRun.magicked = 0)");
-      }
+      //if (strcmp(stage,"cam") == 0) {
+	//we can now properly handle the magicked case in ippScripts, so we queue camRuns in any magic state now if -uncensored.
+        //psStringAppend(&query, " AND (camRun.magicked = 0)");
+	//}
       if (strcmp(stage,"stack") == 0) {
 	psStringAppend(&query, " AND (stackRun.magicked = 0)");
