/[drupal]/contributions/modules/subscriptions/subscriptions_cck.install
ViewVC logotype

Contents of /contributions/modules/subscriptions/subscriptions_cck.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Sat Aug 30 16:00:21 2008 UTC (14 months, 3 weeks ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA5, DRUPAL-6--1-0-BETA4, HEAD
Changes since 1.2: +6 -1 lines
File MIME type: text/x-php
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