function guestbook_form_comment in Guestbook 5
Same name and namespace in other branches
- 5.2 guestbook.module \guestbook_form_comment()
- 6.2 guestbook.module \guestbook_form_comment()
- 6 guestbook.module \guestbook_form_comment()
- 7.2 guestbook.module \guestbook_form_comment()
1 call to guestbook_form_comment()
File
- ./
guestbook.module, line 561
Code
function guestbook_form_comment($uid, $entry) {
$output = drupal_get_form('guestbook_form_comment_form', $uid, $entry);
return $output;
}