Mercurial > hg > isophonics-drupal-site
comparison core/modules/datetime_range/datetime_range.post_update.php @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file | |
5 * Post-update functions for Datetime Range module. | |
6 */ | |
7 | |
8 /** | |
9 * Clear caches to ensure schema changes are read. | |
10 */ | |
11 function datetime_range_post_update_translatable_separator() { | |
12 // Empty post-update hook to cause a cache rebuild. | |
13 } |