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

Contents of /contributions/modules/unitsapi/unitsapi.install

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Jan 5 21:02:00 2009 UTC (10 months, 3 weeks ago) by raspberryman
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, HEAD
File MIME type: text/x-php
Initial commit of Units API module
1 <?php // $Id$
2 /**
3 * @file
4 * Contains install and update functions for Units API.
5 */
6
7 /**
8 * Implementation of hook_install().
9 */
10 function unitsapi_install() {
11 drupal_set_message(st('Units API has been installed successfully.'));
12 }

  ViewVC Help
Powered by ViewVC 1.1.2