This fixes an error that appears under PHP8, you cannot pass unused placeholders to a chado query.
The change here does not change the current function.
It appears the intention was to pass a filter for protocol type, but on our site the value passed is "Acquisition Protocol" which is not even in our cvterm table.
Since this has never worked, no point in fixing it now that Tripal 4 is in development.
Issue #432
This fixes an error that appears under PHP8, you cannot pass unused placeholders to a chado query.
The change here does not change the current function.
It appears the intention was to pass a filter for protocol type, but on our site the value passed is "
Acquisition Protocol
" which is not even in our cvterm table.Since this has never worked, no point in fixing it now that Tripal 4 is in development.