constant REVISIONING_LOAD_CURRENT in Revisioning 6.3
Same name and namespace in other branches
- 8 revisioning.module \REVISIONING_LOAD_CURRENT
- 6.4 revisioning.module \REVISIONING_LOAD_CURRENT
- 7 revisioning.module \REVISIONING_LOAD_CURRENT
@file Allows the creation and modification of pre-published as well as live content while the current revision remains unchanged and publicly visible until the changes have been reviewed by a moderator.
3 uses of REVISIONING_LOAD_CURRENT
- revisioning_admin_configure in ./
revisioning.admin.inc - Menu callback for admin settings.
- _revisioning_load_op in ./
revisioning.module - _revisioning_view_edit_access_callback in ./
revisioning.module - Access callback for 'node/%', 'node/%/view' and 'node/%/edit' links that may appear anywhere on the site. At the time that this function is called the CURRENT revision will already have been loaded by the system. However…
File
- ./
revisioning.module, line 10 - Allows the creation and modification of pre-published as well as live content while the current revision remains unchanged and publicly visible until the changes have been reviewed by a moderator.
Code
define('REVISIONING_LOAD_CURRENT', 0);