Changeset 18203
- Timestamp:
- Jun 19, 2008, 1:59:32 PM (18 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
share/pztool_pendingimfile.sql (modified) (1 diff)
-
src/pztool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pztool_pendingimfile.sql
r16627 r18203 19 19 AND pzDownloadImfile.class_id IS NULL 20 20 ORDER BY 21 summitExp.dateobs 21 summitExp.dateobs DESC 22 22 ) as Foo -
trunk/ippTools/src/pztool.c
r17925 r18203 225 225 } 226 226 227 psStringAppend(&query, " ORDER BY summitExp.dateobs DESC"); 228 227 229 // treat limit == 0 as "no limit" 228 230 if (limit) { … … 295 297 psFree(whereClause); 296 298 } 299 300 psStringAppend(&query, " ORDERY BY summitExp.dateobs DESC"); 297 301 298 302 // request the full "limit" from each known camera and throw away any
Note:
See TracChangeset
for help on using the changeset viewer.
