You are here

function social_content_block_update_8006 in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_content_block/social_content_block.install \social_content_block_update_8006()
  2. 10.3.x modules/social_features/social_content_block/social_content_block.install \social_content_block_update_8006()
  3. 10.0.x modules/social_features/social_content_block/social_content_block.install \social_content_block_update_8006()
  4. 10.1.x modules/social_features/social_content_block/social_content_block.install \social_content_block_update_8006()
  5. 10.2.x modules/social_features/social_content_block/social_content_block.install \social_content_block_update_8006()

Add event date as sorting option for events.

File

modules/social_features/social_content_block/social_content_block.install, line 411
Install, update and uninstall functions for the social_content_block module.

Code

function social_content_block_update_8006() {
  _social_content_block_update_sorting_options();
}