Changeset 28847
- Timestamp:
- Aug 5, 2010, 9:55:01 AM (16 years ago)
- File:
-
- 1 edited
-
tags/ipp-20100701/ippTools/src/bgtool.c (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100701/ippTools/src/bgtool.c
- Property svn:mergeinfo changed
/trunk/ippTools/src/bgtool.c merged: 28746
r28745 r28847 354 354 psStringAppend(&query, 355 355 "\nAND (chipBackgroundRun.label = '%s'" 356 " OR chipBackgroundRun.label IS NULL ",356 " OR chipBackgroundRun.label IS NULL)", 357 357 label); 358 358 } … … 360 360 psStringAppend(&query, 361 361 "\nAND (chipBackgroundRun.data_group = '%s'" 362 " OR chipBackgroundRun.data_group IS NULL ",362 " OR chipBackgroundRun.data_group IS NULL)", 363 363 data_group); 364 364 } … … 1128 1128 psStringAppend(&query, 1129 1129 "\nAND (warpBackgroundRun.label = '%s'" 1130 " OR warpBackgroundRun.label IS NULL ",1130 " OR warpBackgroundRun.label IS NULL)", 1131 1131 label); 1132 1132 } … … 1134 1134 psStringAppend(&query, 1135 1135 "\nAND (warpBackgroundRun.data_group = '%s'" 1136 " OR warpBackgroundRun.data_group IS NULL ",1136 " OR warpBackgroundRun.data_group IS NULL)", 1137 1137 data_group); 1138 1138 } … … 1140 1140 psStringAppend(&query, 1141 1141 "\nAND (warpBackgroundRun.dist_group = '%s'" 1142 " OR warpBackgroundRun.dist_group IS NULL ",1142 " OR warpBackgroundRun.dist_group IS NULL)", 1143 1143 dist_group); 1144 1144 } - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
