/[drupal]/contributions/modules/cck_multimage/cck_multimage.install
ViewVC logotype

Contents of /contributions/modules/cck_multimage/cck_multimage.install

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Aug 9 06:00:19 2007 UTC (2 years, 3 months ago) by silviogutierrez
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
Initial Release for Drupal 5.0
1 <?php
2 // $Id: multimage.module,v 0.1 2007/08/03 00:32:00 silviogutierrez Exp $
3
4 /**
5 * Implementation of hook_install().
6 */
7 function cck_multimage_install() {
8 }
9
10 /**
11 * Implementation of hook_uninstall().
12 */
13 function cck_multimage_uninstall() {
14 }
15
16

  ViewVC Help
Powered by ViewVC 1.1.2