You are here

function social_core_update_10102 in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_core/social_core.install \social_core_update_10102()
  2. 10.1.x modules/social_features/social_core/social_core.install \social_core_update_10102()

Empty update hook.

File

modules/social_features/social_core/social_core.install, line 1329
Install, update and uninstall functions for the social_core module.

Code

function social_core_update_10102() {

  // Removed as it was an incorrect update hook use 10103 instead.
}