Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion php/libraries/NDB_BVL_Instrument.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
if (!$this->jsonData) {
$columns = $db->pselect(
"SELECT COLUMN_NAME FROM information_schema.columns
WHERE TABLE_NAME=:table AND TABLE_SCHEMA=:db",
WHERE COLUMN_NAME<>'CommentID' AND TABLE_NAME=:table AND TABLE_SCHEMA=:db",
[
'table' => $this->table,
'db' => $dbconfig['database'],
Expand Down
Loading