Parent Directory
|
Revision Log
|
Revision Graph
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 |