function ad_remote_form_submit in Advertisement 7
Same name and namespace in other branches
- 5.2 remote/ad_remote.module \ad_remote_form_submit()
- 5 remote/ad_remote.module \ad_remote_form_submit()
- 6.3 remote/ad_remote.module \ad_remote_form_submit()
- 6 remote/ad_remote.module \ad_remote_form_submit()
- 6.2 remote/ad_remote.module \ad_remote_form_submit()
Tell the form to rebuild.
File
- remote/
ad_remote.module, line 133 - Enhances the ad module to providing cut-and-paste source snippets allowing ads to be easily displayed on remote websites.
Code
function ad_remote_form_submit($form, &$form_state) {
$form_state['rebuild'] = TRUE;
}