/[drupal]/contributions/modules/I-Image/i_image.install
ViewVC logotype

Contents of /contributions/modules/I-Image/i_image.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jul 1 11:46:24 2008 UTC (16 months, 3 weeks ago) by interfacewebdesign
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 // $Id: i_image.install,v 1.1 2008/03/28 07:16:00 evakoss Exp $
3
4 /**
5 * Implementation of hook_install().
6 */
7 function i_image_install() {
8 // better, difficult to guess
9 }
10
11 /**
12 * Implementation of hook_uninstall().
13 */
14 function i_image_uninstall() {
15
16 }

  ViewVC Help
Powered by ViewVC 1.1.2