Changeset 33023 for branches/haf_add201112/ippTools/src/addtool.c
- Timestamp:
- Dec 24, 2011, 3:28:40 PM (15 years ago)
- File:
-
- 1 edited
-
branches/haf_add201112/ippTools/src/addtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/haf_add201112/ippTools/src/addtool.c
r33003 r33023 292 292 } else { 293 293 //This picks only the unmagicked/uncensored ones 294 if (strcmp(stage,"cam") == 0) { 295 psStringAppend(&query, " AND (camRun.magicked = 0)"); 296 } 294 //if (strcmp(stage,"cam") == 0) { 295 //we can now properly handle the magicked case in ippScripts, so we queue camRuns in any magic state now if -uncensored. 296 //psStringAppend(&query, " AND (camRun.magicked = 0)"); 297 //} 297 298 if (strcmp(stage,"stack") == 0) { 298 299 psStringAppend(&query, " AND (stackRun.magicked = 0)");
Note:
See TracChangeset
for help on using the changeset viewer.
