Changeset 15062 for trunk/ippTools/src/pztool.c
- Timestamp:
- Sep 27, 2007, 3:54:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r15032 r15062 28 28 29 29 #include "pxtools.h" 30 #include "pxdata.h" 30 31 #include "pztool.h" 31 32 … … 217 218 } 218 219 219 psString query = psStringCopy( 220 "SELECT" 221 " summitImfile.*" 222 " FROM pzPendingImfile" 223 " JOIN summitImfile" 224 " USING(exp_name, camera, telescope, class, class_id)" 225 ); 220 psString query = pxDataGet("pztool_pendingimfile.sql"); 221 if (!query) { 222 psError(PXTOOLS_ERR_DATA, false, "failed to retreive SQL statement"); 223 return false; 224 } 226 225 227 226 if (config->where) {
Note:
See TracChangeset
for help on using the changeset viewer.
