IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31051


Ignore:
Timestamp:
Mar 24, 2011, 8:32:55 PM (15 years ago)
Author:
watersc1
Message:

summit_id does not go into newImfile.

File:
1 edited

Legend:

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

    r31047 r31051  
    612612                "   SELECT"
    613613                "       %" PRId64 ","               // exp_id
    614                 "       %" PRId64 ","               // summit_id
    615614                "       pzDownloadImfile.class_id," // tmp_class_id
    616615                "       pzDownloadImfile.uri,"      // uri
     
    624623                "       AND pzDownloadImfile.telescope = '%s'";
    625624
    626       if (!p_psDBRunQueryF(config->dbh, query, exp_id, summit_id, exp_name, inst, telescope)) {
     625      if (!p_psDBRunQueryF(config->dbh, query, exp_id, exp_name, inst, telescope)) {
    627626        psError(PS_ERR_UNKNOWN, false, "database error");
    628627        return false;
Note: See TracChangeset for help on using the changeset viewer.