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