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