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

Contents of /contributions/modules/insert_view/insert_view.install

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


Revision 1.2 - (show annotations) (download) (as text)
Mon May 12 15:39:43 2008 UTC (18 months, 2 weeks ago) by mlsamuelson
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +11 -0 lines
File MIME type: text/x-php
#180042 - adding insert_view.install so we force caching changes to filters to be felt on update. Also adding note on performance issues related to this module, to README.txt.
1 <?php
2 // $Id:
3
4 /**
5 * Update to clear the cache so the filter cache feels changes.
6 */
7 function insert_view_update_5100() {
8 $ret = array();
9 cache_clear_all();
10 return $ret;
11 }

  ViewVC Help
Powered by ViewVC 1.1.2