Changeset 8365
- Timestamp:
- Aug 15, 2006, 4:29:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8364 r8365 1789 1789 ); 1790 1790 1791 #if 01792 1791 if (config->where) { 1793 psString whereClaus = psDBGenerateWhereConditionSQL(config->where );1792 psString whereClaus = psDBGenerateWhereConditionSQL(config->where, "detStackedImfile"); 1794 1793 psStringAppend(&query, " AND %s", whereClaus); 1795 1794 psFree(whereClaus); 1796 1795 } 1797 #endif1798 1796 1799 1797 if (!p_psDBRunQuery(config->dbh, query)) {
Note:
See TracChangeset
for help on using the changeset viewer.
