view 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
line wrap: on
line source
<?php

/**
 * @file
 * Install, update, and uninstall functions for the RESTWS module.
 */

/**
 * Clear the page cache to throw out any RESTWS responses that could be
 * delivered on HTML requests.
 */
function restws_update_7001() {
  cache_clear_all(NULL, 'cache_page');
}