]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttle.cxx
doxy: install THtml converter
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttle.cxx
index 4c0438a05fe579ff939ece482cc1c03a43c6b8b4..75d96728b96b0db9b21440ca0c54ac32fb5b43ef 100644 (file)
@@ -1969,7 +1969,7 @@ Bool_t AliShuttle::QueryShuttleLogbook(const char* whereClause,
        }
 
        // TODO Check field count!
-       const UInt_t nCols = 26;
+       const UInt_t nCols = 27;
        if (aResult->GetFieldCount() != (Int_t) nCols) {
                Log("SHUTTLE", "Invalid SQL result field number!");
                delete aResult;