IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2011, 3:28:40 PM (15 years ago)
Author:
heather
Message:

smore changes: handles -uncensored properly (well for queuing, it queues
things regardless of magicked state, as we copy a backup of the uncensored
files), and some debugging to get minidvodb's relphot'd and resorted properly
(some typos)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_add201112/ippTools/src/addtool.c

    r33003 r33023  
    292292    } else {
    293293      //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        //}
    297298      if (strcmp(stage,"stack") == 0) {
    298299        psStringAppend(&query, " AND (stackRun.magicked = 0)");
Note: See TracChangeset for help on using the changeset viewer.