### Eclipse Workspace Patch 1.0 #P scheduler6_disable_popup Index: scheduler.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/scheduler/Attic/scheduler.module,v retrieving revision 1.50.2.37 diff -u -r1.50.2.37 scheduler.module --- scheduler.module 27 Jun 2010 08:41:46 -0000 1.50.2.37 +++ scheduler.module 28 Jun 2010 17:31:36 -0000 @@ -438,6 +438,7 @@ // If it has been set, we want to make sure the node is unpublished since it will be published at a later date if (isset($node->publish_on) && $node->publish_on != '' && is_numeric($node->publish_on) && $node->publish_on > time()) { $node->status = 0; + drupal_set_message(t('This post is unpublished and will be published @publish_time.', array('@publish_time' => date($date_format, $node->publish_on))), 'status', FALSE); } break; case 'insert':