/[drupal]/contributions/modules/chatroom/chatroom.forms.inc
ViewVC logotype

Diff of /contributions/modules/chatroom/chatroom.forms.inc

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

revision 1.9 by justinrandell, Sat Nov 21 10:32:06 2009 UTC revision 1.9.2.1 by justinrandell, Mon Nov 23 15:13:58 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: chatroom.forms.inc,v 1.2.2.27 2009/11/20 15:15:44 justinrandell Exp $  // $Id: chatroom.forms.inc,v 1.2.2.28 2009/11/23 15:12:38 justinrandell Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 262  function chatroom_chat_form(&$node, $for Line 262  function chatroom_chat_form(&$node, $for
262      '#required' => TRUE,      '#required' => TRUE,
263    );    );
264    $form['chatroom_nid'] = array(    $form['chatroom_nid'] = array(
265      '#type' => 'hidde',      '#type' => 'hidden',
266      '#value' => $node->chatroom ? $node->chatroom->nid : 0,      '#value' => $node->chat->chatroom ? $node->chat->chatroom->nid : 0,
267    );    );
268    $form['body_filter']['body'] = array(    $form['body_filter']['body'] = array(
269      '#type' => 'textarea',      '#type' => 'textarea',

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

  ViewVC Help
Powered by ViewVC 1.1.3