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

Contents of /contributions/modules/jmedia/jmedia.install

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Mar 26 01:43:43 2008 UTC (20 months ago) by aaron
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
install file (to reset jq cache)
1 <?php
2 // $Id:$
3
4 function jmedia_install() {
5 jmedia_reset_jq();
6 }
7
8 /**
9 * register this plugin with jQ
10 */
11 function jmedia_reset_jq() {
12 cache_clear_all('jq_plugins', 'cache');
13 }

  ViewVC Help
Powered by ViewVC 1.1.2