/[drupal]/contributions/modules/hidden/hidden.admin.inc
ViewVC logotype

Diff of /contributions/modules/hidden/hidden.admin.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Thu Dec 18 15:29:07 2008 UTC revision 1.2.2.1, Fri Mar 13 11:44:09 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: hidden.admin.inc,v 1.1 2008/12/10 23:03:47 ekes Exp $  // $Id: hidden.admin.inc,v 1.2 2008/12/18 15:29:07 ekes Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 121  function hidden_admin_settings(&$form_st Line 121  function hidden_admin_settings(&$form_st
121        );        );
122      }      }
123    }    }
124      $form['hidden_public_notes'] = array(
125        '#title' => t('Allow public notes'),
126        '#type' => 'checkbox',
127        '#default_value' => variable_get('hidden_public_notes', TRUE),
128        '#description' => t('If unchecked, the form for public notes about hidden content will be disabled, only predefined reasons are available.')
129      );
130    return system_settings_form($form);    return system_settings_form($form);
131  }  }
132    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2