@@ -1748,7 +1748,8 @@ function node_update_index() {
functionnode_nodeapi(&$node,$op,$arg=0){
switch($op){
case'settings':
returnform_checkboxes(t('Default options'),'node_options_'.$node->type,variable_get('node_options_'.$node->type,array('status','promote')),array('status'=>t('Published'),'moderate'=>t('In moderation queue'),'promote'=>t('Promoted to front page'),'sticky'=>t('Sticky at top of lists'),'revision'=>t('Create new revision')),t('Users with the <em>administer nodes</em> permission will be able to override these options.'));
// $node contains the type name in this operation
returnform_checkboxes(t('Default options'),'node_options_'.$node,variable_get('node_options_'.$node,array('status','promote')),array('status'=>t('Published'),'moderate'=>t('In moderation queue'),'promote'=>t('Promoted to front page'),'sticky'=>t('Sticky at top of lists'),'revision'=>t('Create new revision')),t('Users with the <em>administer nodes</em> permission will be able to override these options.'));
@@ -1748,7 +1748,8 @@ function node_update_index() {
functionnode_nodeapi(&$node,$op,$arg=0){
switch($op){
case'settings':
returnform_checkboxes(t('Default options'),'node_options_'.$node->type,variable_get('node_options_'.$node->type,array('status','promote')),array('status'=>t('Published'),'moderate'=>t('In moderation queue'),'promote'=>t('Promoted to front page'),'sticky'=>t('Sticky at top of lists'),'revision'=>t('Create new revision')),t('Users with the <em>administer nodes</em> permission will be able to override these options.'));
// $node contains the type name in this operation
returnform_checkboxes(t('Default options'),'node_options_'.$node,variable_get('node_options_'.$node,array('status','promote')),array('status'=>t('Published'),'moderate'=>t('In moderation queue'),'promote'=>t('Promoted to front page'),'sticky'=>t('Sticky at top of lists'),'revision'=>t('Create new revision')),t('Users with the <em>administer nodes</em> permission will be able to override these options.'));