IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2010, 1:44:30 PM (16 years ago)
Author:
Paul Price
Message:

Schema change to support requirement of magicked detections for MOPS publishing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pubtool.c

    r26981 r27028  
    9595    // optional
    9696    PXOPT_LOOKUP_STR(comment, config->args, "-comment",  false, false);
    97 
    98     if (!publishClientInsert(config->dbh, 0, 0, product, stage, workdir, comment)) {
     97    PXOPT_LOOKUP_BOOL(unmagicked, config->args, "-unmagicked",  false);
     98
     99    if (!publishClientInsert(config->dbh, 0, 0, product, stage, !unmagicked, workdir, comment)) {
    99100        psError(PS_ERR_UNKNOWN, false, "Database error");
    100101        return false;
Note: See TracChangeset for help on using the changeset viewer.