Parent Directory
|
Revision Log
|
Revision Graph
Add subscriptions_cck.module for D6.
| 1 | <?php |
| 2 | // $Id: subscriptions_cck.install,v 1.2 2008/05/18 19:32:03 salvis Exp $ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Subscriptions_cck module installation. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_install(). |
| 11 | */ |
| 12 | function subscriptions_cck_install() { |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * Implementation of hook_uninstall(). |
| 17 | */ |
| 18 | function subscriptions_cck_uninstall() { |
| 19 | } |
| 20 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |