Chapter 2. Writing a Module, Page 23
Thu, 08/28/2008 - 9:08am — bellebrius
Location on the page:
Second code example, second function - annotate_uninstall()
Chapter:
2. Writing a Module
Error:
variable_delete('annotate_node_types');
Correction:
variable_del('annotate_node_types');
Description of the Error:
Function name is incorrect.
