Parent Directory
|
Revision Log
|
Revision Graph
Converted to unix line endings and utf8 where necessary, removed BOM from 2 files
| 1 | <?php |
| 2 | // $Id: content_refresh.install,v 1.2 2008/09/05 22:25:54 yaph Exp $ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Installation file for the Content Refresh module. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_uninstall(). |
| 11 | */ |
| 12 | function content_refresh_uninstall() { |
| 13 | variable_del('content_refresh_clear_front_page_cache'); |
| 14 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |