Active
Project:
OAI2 for CCK
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2008 at 16:03 UTC
Updated:
3 Sep 2008 at 10:15 UTC
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.