| 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 |
| 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', |