IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2006, 6:25:09 PM (19 years ago)
Author:
jhoblitt
Message:

change -pendingimfile to return the exp_tag

File:
1 edited

Legend:

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

    r10025 r10036  
    192192    psString query = psStringCopy(
    193193            "SELECT"
    194             "   summitImfile.*"
     194            "   summitImfile.*,"
     195            "   pzPendingImfile.exp_tag"
    195196            " FROM pzPendingImfile"
    196197            " JOIN summitImfile"
     
    234235
    235236    // negative simple so the default is true
    236     if (!ippdbPrintMetadatas(stdout, output, "summitImfile", !simple)) {
     237    if (!ippdbPrintMetadatas(stdout, output, "pzPendingImfile", !simple)) {
    237238        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    238239        psFree(output);
Note: See TracChangeset for help on using the changeset viewer.