This might cause problems with other modules:

  $oaiContentType = variable_get('contentType','');

Variable names are a common namespace. It's good practice to prefix them with the module name, so 'oai2forcck_content_type' for example, to make sure another module won't interfere with your data.

Comments

joachim’s picture

This applies to all the variables, btw, eg 'default'..

chienhuu’s picture

Thanks,

It will be fixed on the next Realease.