constant LIBRARY_ACTION_NO_CHANGE in Library 6
Same name and namespace in other branches
- 5.2 library.module \LIBRARY_ACTION_NO_CHANGE
- 6.2 library.module \LIBRARY_ACTION_NO_CHANGE
- 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);