datetime_range.post_update.php 255 B

12345678910111213
  1. <?php
  2. /**
  3. * @file
  4. * Post-update functions for Datetime Range module.
  5. */
  6. /**
  7. * Clear caches to ensure schema changes are read.
  8. */
  9. function datetime_range_post_update_translatable_separator() {
  10. // Empty post-update hook to cause a cache rebuild.
  11. }