/[drupal]/contributions/modules/hidden/hidden.action-pages.inc
ViewVC logotype

Diff of /contributions/modules/hidden/hidden.action-pages.inc

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

revision 1.4, Thu Dec 18 15:29:06 2008 UTC revision 1.4.2.1, Fri Mar 13 11:44:09 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: hidden.action-pages.inc,v 1.3 2008/12/13 18:42:43 ekes Exp $  // $Id: hidden.action-pages.inc,v 1.4 2008/12/18 15:29:06 ekes Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 82  function _hidden_hide_form($user, $hidde Line 82  function _hidden_hide_form($user, $hidde
82    );    );
83    
84    $form['publictext'] = array(    $form['publictext'] = array(
85      '#type' => 'textarea',      '#type' => (variable_get('hidden_public_notes', TRUE)) ? 'textarea' : 'hidden',
86      '#title' => t('Your Public notes'),      '#title' => t('Your Public notes'),
87      '#default_value' => isset($hidden->publicnote) ? $hidden->publicnote : '',      '#default_value' => isset($hidden->publicnote) ? $hidden->publicnote : '',
88      '#rows' => 5,      '#rows' => 5,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

  ViewVC Help
Powered by ViewVC 1.1.2