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