- Timestamp:
- Oct 2, 2009, 5:10:19 PM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
DataStoreServer/scripts/dsfsindex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/DataStoreServer/scripts/dsfsindex
r23900 r25766 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.
