function shoutbox_user_js_view in Shoutbox 7
Same name and namespace in other branches
- 6.2 shoutbox_user/shoutbox_user.module \shoutbox_user_js_view()
- 7.2 shoutbox_user/shoutbox_user.module \shoutbox_user_js_view()
Javascript callback for viewing shouts for a given tag
1 string reference to 'shoutbox_user_js_view'
- shoutbox_user_menu in shoutbox_user/
shoutbox_user.module - Implements hook_menu().
File
- shoutbox_user/
shoutbox_user.module, line 159
Code
function shoutbox_user_js_view($user) {
// This callback is only needed to keep the
// URL like shoutbox/user/%uid so the query gets altered
shoutbox_js_view();
}