Changeset 24951 for branches/czw_branch/cleanup/ippTools/src/receivetool.c
- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/receivetool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/ippTools/src/receivetool.c
r24125 r24951 313 313 psFree(where); 314 314 315 // make sure that the data is processed in the order that the filesets 316 // were posted 317 psStringAppend(&query, "\nORDER BY fileset_id"); 318 315 319 if (limit) { 316 320 psString limitString = psDBGenerateLimitSQL(limit); … … 438 442 psFree(where); 439 443 444 // make sure that the data is processed in the order that the filesets 445 // were posted 446 psStringAppend(&query, "\nORDER BY fileset_id"); 447 440 448 if (limit) { 441 449 psString limitString = psDBGenerateLimitSQL(limit);
Note:
See TracChangeset
for help on using the changeset viewer.
