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

Contents of /contributions/modules/magnifier/magnifier.install

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Jan 28 14:53:11 2008 UTC (22 months ago) by aaron
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
added optional support for jq module
1 <?php
2 // $Id:$
3
4 function magnifier_install() {
5 magnifier_reset_jq();
6 }
7
8 function magnifier_update_1() {
9 magnifier_reset_jq();
10 }
11
12 /**
13 * register this plugin with jQ
14 */
15 function magnifier_reset_jq() {
16 cache_clear_all('jq_plugins', 'cache');
17 }

  ViewVC Help
Powered by ViewVC 1.1.2