You are here

function encrypt_admin_settings in Encrypt 7.3

Same name and namespace in other branches
  1. 6 includes/encrypt.admin.inc \encrypt_admin_settings()
  2. 7 includes/encrypt.admin.inc \encrypt_admin_settings()
  3. 7.2 includes/encrypt.admin.inc \encrypt_admin_settings()

Old settings callback.

This form is no longer used, so if a user reaches it, display a notice that an update is necessary.

File

includes/encrypt.admin.inc, line 490
This file holds the functions for the Encrypt admin settings.

Code

function encrypt_admin_settings($form, &$form_state) {
  _encrypt_display_update_message();
}