IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 4:04:34 PM (20 years ago)
Author:
jhoblitt
Message:

fix -processedimfile where params constraints (missing namespace)

File:
1 edited

Legend:

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

    r9440 r9442  
    14481448
    14491449    if (config->where) {
    1450         psString whereClause = psDBGenerateWhereConditionSQL(config->where, NULL);
     1450        psString whereClause = psDBGenerateWhereConditionSQL(config->where, "detProcessedImfile");
    14511451        psStringAppend(&query, " AND %s", whereClause);
    14521452        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.