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
3 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -123,7 +123,7 @@ class TypeModule extends abstractModule{
//Get the firstResults type available
//$typesAndValues = array('rdfs:Resource' => -1);
//$typesAndValues = array('rdfs__Resource' => -1);
$typesAndValues = array('bibo:Document' => -1);
//$typesAndValues = array('bibo:Document' => -1);
$typesAndValues = array('bibo__Document' => -1);
if(!isset($conf['disableComponents']) || $conf['disableComponents'] != true){
foreach($t as $v){
Loading