Index: modules/node/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.module,v retrieving revision 1.932 diff -u -p -r1.932 node.module --- modules/node/node.module 22 Dec 2007 23:24:25 -0000 1.932 +++ modules/node/node.module 26 Dec 2007 16:24:16 -0000 @@ -2516,6 +2516,7 @@ function node_action_info() { * Sets the status of a node to 1, meaning published. */ function node_publish_action(&$node, $context = array()) { + return; //Break GHOP #112 $node->status = 1; watchdog('action', 'Set @type %title to published.', array('@type' => node_get_types('name', $node), '%title' => $node->title)); }