Ignore:
Timestamp:
06/11/12 18:30:14 (12 years ago)
Author:
Daniela Dorner
Message:
small fix for entries where only one of the new checksums is filled
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/datacenter/db/factdefs.php

    r14149 r14156  
    1818     "Run"                              => "Run",
    1919     "fRunTypeName"                     => "RunType",
    20      "if(!isnull(fCheckSum)+!isnull(fDataSum),Concat(fCheckSum,\"/\",fDataSum),Concat(fMd5sumRaw,\"/\",fMd5sumRawZip))" => "checksum",
     20     "if(isnull(fCheckSum)+isnull(fDataSum),Concat(fMd5sumRaw,\"/\",fMd5sumRawZip),Concat(fCheckSum,\"/\",fDataSum))" => "checksum",
    2121     "fROI"                             => "roi",
    2222     "fROITimeMarker"                   => "roi-tm",
Note: See TracChangeset for help on using the changeset viewer.