function social_comment_upload_install in Open Social 8.2
Same name and namespace in other branches
- 8.9 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 8 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 8.3 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 8.4 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 8.5 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 8.6 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 8.7 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 8.8 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 10.3.x modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 10.0.x modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 10.1.x modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
- 10.2.x modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
Install the module.
File
- modules/
social_features/ social_comment_upload/ social_comment_upload.install, line 11 - Installation file for Social Comment Upload.
Code
function social_comment_upload_install() {
_social_comment_upload_set_defaults();
}