$animate['name'], 'severity' => $animate['installed'] ? REQUIREMENT_OK : REQUIREMENT_WARNING, 'value' => $animate['installed'] ? $animate['version'] : $animate['error message'], ); } return $requirements; } /** * Implements hook_uninstall(). */ function animate_css_uninstall() { db_query("DELETE FROM {variable} WHERE name LIKE 'animate_css_%'"); }