You are here

function restful_test_clear_access_node in RESTful 7.2

Same name and namespace in other branches
  1. 7 tests/modules/restful_test/restful_test.module \restful_test_clear_access_node()

Clear un-accessible node.

File

tests/modules/restful_test/restful_test.module, line 21
Helper module for testing the RESTful module.

Code

function restful_test_clear_access_node() {
  variable_del('restful_test_deny_access_node');
}