Changeset 26981 for trunk/ippTools/src/pxadd.c
- Timestamp:
- Feb 17, 2010, 4:40:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxadd.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxadd.c
r25835 r26981 124 124 bool pxaddQueueByCamID(pxConfig *config, 125 125 psS64 cam_id, 126 char *workdir,127 char *reduction,128 char *label,126 char *workdir, 127 char *reduction, 128 char *label, 129 129 char *data_group, 130 char *dvodb,130 char *dvodb, 131 131 char *note, 132 bool image_only)132 bool image_only) 133 133 { 134 134 PS_ASSERT_PTR_NON_NULL(config, false); … … 140 140 psMemSetPersistent(query, true); 141 141 if (!query) { 142 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");142 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 143 143 return false; 144 144 } … … 149 149 // on 32/64 150 150 if (!p_psDBRunQueryF(config->dbh, query, 151 "new", // state152 workdir ? workdir : "NULL",153 "dirty", //workdir_state154 reduction? reduction : "NULL",155 label ? label : "NULL",156 data_group ? data_group : "NULL",157 dvodb ? dvodb : "NULL",158 note ? note : "NULL",159 image_only,160 (long long) cam_id151 "new", // state 152 workdir ? workdir : "NULL", 153 "dirty", //workdir_state 154 reduction? reduction : "NULL", 155 label ? label : "NULL", 156 data_group ? data_group : "NULL", 157 dvodb ? dvodb : "NULL", 158 note ? note : "NULL", 159 image_only, 160 (long long) cam_id 161 161 )) { 162 162 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
