Parent Directory
|
Revision Log
|
Revision Graph
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 |