You are here

function tac_lite_update_7002 in Taxonomy Access Control Lite 7

Rebuild node_access permissions, for sites upgrading from tac_lite 1.0 (or 1.1) to 1.2. This will fix a bug in which some nodes were erroneously added to the node_access table. You will be prompted to rebuild access permissions after the update process is complete. (See the status report page.)

File

./tac_lite.install, line 116
Installation functions for tac_lite. TODO: All updates need proper error handling and responses

Code

function tac_lite_update_7002() {
  node_access_needs_rebuild(TRUE);
}