You are here

function smart_date_post_update_translatable_separator in Smart Date 3.0.x

Same name and namespace in other branches
  1. 8.2 smart_date.post_update.php \smart_date_post_update_translatable_separator()
  2. 8 smart_date.post_update.php \smart_date_post_update_translatable_separator()
  3. 3.x smart_date.post_update.php \smart_date_post_update_translatable_separator()
  4. 3.1.x smart_date.post_update.php \smart_date_post_update_translatable_separator()
  5. 3.2.x smart_date.post_update.php \smart_date_post_update_translatable_separator()
  6. 3.3.x smart_date.post_update.php \smart_date_post_update_translatable_separator()
  7. 3.4.x smart_date.post_update.php \smart_date_post_update_translatable_separator()

Clear caches to ensure schema changes are read.

File

./smart_date.post_update.php, line 14
Post-update functions for Smart Date module.

Code

function smart_date_post_update_translatable_separator() {

  // Empty post-update hook to cause a cache rebuild.
}