Parent Directory
|
Revision Log
|
Revision Graph
corrected bug at http://drupal.org/node/233854, and change from hook_init to hook_menu to play more nicely with others
| 1 | <?php |
| 2 | // $Id: imagepath.install,v 1.1 2008/03/11 16:32:53 noelbush Exp $ |
| 3 | function imagepath_install() { |
| 4 | include_once drupal_get_path('module', 'imagepath') .'/imagepath.inc'; |
| 5 | _imagepath_update_domain(); |
| 6 | } |
| 7 | |
| 8 | function imagepath_uninstall() { |
| 9 | variable_del('imagepath_domain'); |
| 10 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |