Skip to content
Snippets Groups Projects

Resolve "Ta inn endringer fra skeivt arkiv lodspeakr"

Merged Oyvind.Gjesdal requested to merge 1-ta-inn-endringer-fra-skeivt-arkiv-lodspeakr into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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);
Loading