- Timestamp:
- Oct 2, 2009, 5:10:19 PM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
DataStoreServer/scripts/dsreg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/DataStoreServer/scripts/dsreg
r24196 r25766 203 203 $new_last_fs = $new_newest->{fileset_name}; 204 204 } else { 205 $new_last_fs = "none";205 $new_last_fs = undef; 206 206 } 207 207 $stmt->finish(); 208 $dbh->do("UPDATE dsProduct SET last_fs = \'$new_last_fs\' WHERE prod_id = $prod_id");208 $dbh->do("UPDATE dsProduct SET last_fs = ? WHERE prod_id = $prod_id", undef, ($new_last_fs)); 209 209 } 210 210 $dbh->commit();
Note:
See TracChangeset
for help on using the changeset viewer.
