Changeset 17700
- Timestamp:
- May 14, 2008, 7:10:14 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
pzgetimfiles.c (modified) (1 diff)
-
pztool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetimfiles.c
r17654 r17700 143 143 } 144 144 145 // remove the pz PendingExp entry for this exp (fileset)145 // remove the pzDownloadExp entry for this exp (fileset) 146 146 { 147 147 char *query = 148 "DELETE FROM pz PendingExp"148 "DELETE FROM pzDownloadExp" 149 149 " WHERE" 150 150 " exp_name = '%s'" -
trunk/ippTools/src/pztool.c
r17655 r17700 250 250 251 251 // negative simple so the default is true 252 if (!ippdbPrintMetadatas(stdout, output, "pz PendingExp", !simple)) {252 if (!ippdbPrintMetadatas(stdout, output, "pzDownloadExp", !simple)) { 253 253 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 254 254 psFree(output); … … 337 337 338 338 // negative simple so the default is true 339 if (!ippdbPrintMetadatas(stdout, output, "pz PendingImfile", !simple)) {339 if (!ippdbPrintMetadatas(stdout, output, "pzDownloadImfile", !simple)) { 340 340 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 341 341 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
