function rrssb_form_submit in Ridiculously Responsive Social Sharing Buttons 7
Same name and namespace in other branches
- 7.2 rrssb.module \rrssb_form_submit()
Submit handler for rrssb_form().
1 string reference to 'rrssb_form_submit'
- rrssb_form in ./
rrssb.module - Implements hook_form().
File
- ./
rrssb.module, line 315
Code
function rrssb_form_submit() {
// Clear cache.
cache_clear_all('rrssb_buttons', 'cache');
}