You are here

function mymodule_enable in Coder 5.2

File

tests/coder_6x.inc, line 195
This file implements tests for the Drupal 6.x upgrade.

Code

function mymodule_enable() {
  node_access_rebuild();

  // Not ok in node access modules.
}