You are here

constant REVISIONING_NEW_REVISION_EVERY_SAVE in Revisioning 8

Same name and namespace in other branches
  1. 7 revisioning.module \REVISIONING_NEW_REVISION_EVERY_SAVE
1 use of REVISIONING_NEW_REVISION_EVERY_SAVE
revisioning_node_presave in ./revisioning.module
Implements hook_node_presave().

File

./revisioning.module, line 22
Allows content to be updated and reviewed before submitting it for publication, while the current live revision remains unchanged and publicly visible until the changes have been reviewed and found fit for publication by a moderator.

Code

define('REVISIONING_NEW_REVISION_EVERY_SAVE', 1);