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
Comment #1
joachim commentedThis applies to all the variables, btw, eg 'default'..
Comment #2
chienhuu commentedThanks,
It will be fixed on the next Realease.