Changeset 14023 for trunk/ippTools/src/pxchip.c
- Timestamp:
- Jul 5, 2007, 3:16:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxchip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxchip.c
r14018 r14023 57 57 58 58 bool pxchipQueueByExpTag(pxConfig *config, 59 psString exp_ tag,59 psString exp_id, 60 60 psString workdir, 61 61 psString label, … … 96 96 #endif 97 97 98 // populate the chipInputImfile table from rawImfile based on exp_ tag,98 // populate the chipInputImfile table from rawImfile based on exp_id, 99 99 // where the coresponding newExp.state entry is set to stop 100 100 psString query = pxDataGetCached("chiptool_queuerawimfile.sql"); … … 104 104 } 105 105 106 // queue the imfiles for the exp_ tag107 if (!p_psDBRunQuery(config->dbh, query, exp_ tag)) {106 // queue the imfiles for the exp_id 107 if (!p_psDBRunQuery(config->dbh, query, exp_id)) { 108 108 psError(PS_ERR_UNKNOWN, false, "database error"); 109 109 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
