Changeset 26086
- Timestamp:
- Nov 10, 2009, 11:12:41 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/DataStoreServer/scripts/dsreg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStoreServer/scripts/dsreg
r25667 r26086 168 168 169 169 if (!$prod_id) { 170 die("product $product not found\n"); 170 print STDERR "product '$product' not found\n"; 171 if ($force) { 172 exit(0); 173 } else { 174 exit(1); 175 } 171 176 } 172 177 $stmt = $dbh->prepare("SELECT fileset_id,fileset_name FROM dsFileset" .
Note:
See TracChangeset
for help on using the changeset viewer.
