Skip to content
Snippets Groups Projects
Commit 77b29bb3 authored by Øyvind gjesdal's avatar Øyvind gjesdal
Browse files

lodspk -> conf

parent 99a61ce9
No related branches found
No related tags found
1 merge request!1Resolve "Ta inn endringer fra skeivt arkiv lodspeakr"
...@@ -126,8 +126,8 @@ class TypeModule extends abstractModule{ ...@@ -126,8 +126,8 @@ class TypeModule extends abstractModule{
//$typesAndValues = array('rdfs:Resource' => -1); //$typesAndValues = array('rdfs:Resource' => -1);
//$typesAndValues = array('rdfs__Resource' => -1); //$typesAndValues = array('rdfs__Resource' => -1);
//$typesAndValues = array('bibo:Document' => -1); //$typesAndValues = array('bibo:Document' => -1);
if (!empty($lodsp['typesAndValues'])){ if (!empty($conf['typesAndValues'])){
$typesAndValues = $lodspk['typeAndValues']; $typesAndValues = $conf['typeAndValues'];
} }
else{ else{
$typesAndValues = array('bibo__Document' => -1); $typesAndValues = array('bibo__Document' => -1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment