/[drupal]/contributions/modules/content_refresh/content_refresh.install
ViewVC logotype

Contents of /contributions/modules/content_refresh/content_refresh.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Wed Sep 10 21:40:37 2008 UTC (14 months, 2 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
Converted to unix line endings and utf8 where necessary, removed BOM from 2 files
1 <?php
2 // $Id: content_refresh.install,v 1.2 2008/09/05 22:25:54 yaph Exp $
3
4 /**
5 * @file
6 * Installation file for the Content Refresh module.
7 */
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function content_refresh_uninstall() {
13 variable_del('content_refresh_clear_front_page_cache');
14 }

  ViewVC Help
Powered by ViewVC 1.1.2