IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 4:29:45 PM (20 years ago)
Author:
jhoblitt
Message:

finish implement of -addnormstat

File:
1 edited

Legend:

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

    r8364 r8365  
    17891789        );
    17901790
    1791 #if 0
    17921791    if (config->where) {
    1793         psString whereClaus = psDBGenerateWhereConditionSQL(config->where);
     1792        psString whereClaus = psDBGenerateWhereConditionSQL(config->where, "detStackedImfile");
    17941793        psStringAppend(&query, " AND %s", whereClaus);
    17951794        psFree(whereClaus);
    17961795    }
    1797 #endif
    17981796
    17991797    if (!p_psDBRunQuery(config->dbh, query)) {
Note: See TracChangeset for help on using the changeset viewer.