IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9448


Ignore:
Timestamp:
Oct 9, 2006, 5:08:42 PM (20 years ago)
Author:
jhoblitt
Message:

fix -normalizedimfile where constraint missing namespace

File:
1 edited

Legend:

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

    r9443 r9448  
    27182718            psMetadataAddS32 (config->where, PS_LIST_TAIL, "detNormalizedImfile.iteration", 0, "==", iteration);
    27192719        }
    2720         psString whereClause = psDBGenerateWhereConditionSQL(config->where, NULL);
     2720        psString whereClause = psDBGenerateWhereConditionSQL(config->where, "detNormalizedImfile");
    27212721        psStringAppend(&query, " AND %s", whereClause);
    27222722        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.