IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31052


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

bad db query

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110218/ippTools/src/pztool.c

    r31048 r31052  
    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.