Skip to content
Snippets Groups Projects
Commit 55e1f996 authored by Frode Petterson's avatar Frode Petterson
Browse files

Changes from '=' to 'LIKE'

Should fix issues with Oracle DB / CLOB
parent 4282898e
No related branches found
No related tags found
No related merge requests found
...@@ -1123,7 +1123,7 @@ class framework implements \H5PFrameworkInterface { ...@@ -1123,7 +1123,7 @@ class framework implements \H5PFrameworkInterface {
return (int) $DB->get_field_sql( return (int) $DB->get_field_sql(
"SELECT COUNT(id) "SELECT COUNT(id)
FROM {hvp} FROM {hvp}
WHERE filtered = ''"); WHERE filtered LIKE ''");
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment