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