function fbconnect_stream_publish_init in Facebook Connect 7.2
Same name and namespace in other branches
- 8.2 fbconnect_stream_publish/fbconnect_stream_publish.module \fbconnect_stream_publish_init()
- 6.2 fbconnect_stream_publish/fbconnect_stream_publish.module \fbconnect_stream_publish_init()
Implements hook_init().
File
- fbconnect_stream_publish/
fbconnect_stream_publish.module, line 11
Code
function fbconnect_stream_publish_init() {
if (isset($_SESSION['fbconnect_feed'])) {
fbconnect_stream_publish_render_js($_SESSION['fbconnect_feed']);
unset($_SESSION['fbconnect_feed']);
}
}