IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2015, 2:23:44 PM (11 years ago)
Author:
watersc1
Message:

Final version of full force summary addstar changes. Typos fixed, sql fixed, addstar_run.pl now explicitly requires a dbname entry, task updated with revert code.

File:
1 edited

Legend:

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

    r37551 r38943  
    171171        query = pxDataGet("addtool_queue_ff_id.sql");
    172172        psMemSetPersistent(query, true);
     173      }
     174      else if (strcmp(stage,"fullforce_summary") == 0) {
     175        query = pxDataGet("addtool_queue_ffsummary.sql");
     176        psMemSetPersistent(query,true);
    173177      }
    174178
Note: See TracChangeset for help on using the changeset viewer.