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