Active
Project:
User Disable
Version:
5.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2008 at 14:10 UTC
Updated:
26 Sep 2008 at 14:12 UTC
Variable names should be prefixed with the namespace of the module, so calls to variable_get('attempts') should be variable_get('user_disable_attempts'). All variables are stored in the same table, so namespace prefixing prevents collisions between modules.