IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2010, 12:09:34 PM (16 years ago)
Author:
bills
Message:

add hide column to dsFileset to allow filesets to be set to invisible
without actually deleting them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsprodindex

    r24455 r26926  
    8080}
    8181       
    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");
    8383$stmt->execute();
    8484
Note: See TracChangeset for help on using the changeset viewer.