You are here

constant LIBRARY_ACTION_NO_CHANGE in Library 6.2

Same name and namespace in other branches
  1. 5.2 library.module \LIBRARY_ACTION_NO_CHANGE
  2. 6 library.module \LIBRARY_ACTION_NO_CHANGE
  3. 7 library.module \LIBRARY_ACTION_NO_CHANGE

Library action that does not change item status.

4 uses of LIBRARY_ACTION_NO_CHANGE
library_admin_settings in ./library.admin.inc
Menu callback: Edit Library Settings.
library_transaction_form in ./library.pages.inc
@file Functions for generating page displays related to the library module
library_transaction_form_submit in ./library.pages.inc
Handles transaction form submissions.
library_transaction_form_validate in ./library.pages.inc
Handles transaction form submissions.

File

./library.module, line 52

Code

define('LIBRARY_ACTION_NO_CHANGE', 0);