Mercurial > hg > rr-repo
annotate sites/all/modules/restws/restws.install @ 13:134d4b2e75f6
updated quicktabs and google analytics modules
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Tue, 29 Oct 2013 13:48:59 +0000 |
parents | ce11bbd8f642 |
children |
rev | line source |
---|---|
danielebarchiesi@4 | 1 <?php |
danielebarchiesi@4 | 2 |
danielebarchiesi@4 | 3 /** |
danielebarchiesi@4 | 4 * @file |
danielebarchiesi@4 | 5 * Install, update, and uninstall functions for the RESTWS module. |
danielebarchiesi@4 | 6 */ |
danielebarchiesi@4 | 7 |
danielebarchiesi@4 | 8 /** |
danielebarchiesi@4 | 9 * Clear the page cache to throw out any RESTWS responses that could be |
danielebarchiesi@4 | 10 * delivered on HTML requests. |
danielebarchiesi@4 | 11 */ |
danielebarchiesi@4 | 12 function restws_update_7001() { |
danielebarchiesi@4 | 13 cache_clear_all(NULL, 'cache_page'); |
danielebarchiesi@4 | 14 } |