- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
DataStoreServer/scripts/dsfsindex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/DataStoreServer/scripts/dsfsindex
r23900 r27839 60 60 my $header = "# fileID |bytes |md5sum |type |"; 61 61 62 $stmt = $dbh->prepare("SELECT * from dsFile WHERE fileset_id = $fs_id ");62 $stmt = $dbh->prepare("SELECT * from dsFile WHERE fileset_id = $fs_id ORDER BY file_id"); 63 63 $stmt->execute(); 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
