You are here

no_index.install in Util 6.3

Same filename and directory in other branches
  1. 7 contribs/no_index/no_index.install

Prevent search indexing.

File

contribs/no_index/no_index.install
View source
<?php

/**
 * @file
 * Prevent search indexing.
 */
function no_index_uninstall() {
  variable_del('no_index_setting');
}

Functions

Namesort descending Description
no_index_uninstall @file Prevent search indexing.