- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
DataStoreServer/scripts/dsprodindex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/DataStoreServer/scripts/dsprodindex
r24455 r27840 80 80 } 81 81 82 $stmt = $dbh->prepare("SELECT * FROM dsFileset WHERE prod_id = $prod_id $after_clause ORDER BY fileset_id");82 $stmt = $dbh->prepare("SELECT * FROM dsFileset WHERE prod_id = $prod_id AND hide = 0 $after_clause ORDER BY fileset_id"); 83 83 $stmt->execute(); 84 84
Note:
See TracChangeset
for help on using the changeset viewer.
