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

Contents of /contributions/modules/imagepath/imagepath.install

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


Revision 1.2 - (show annotations) (download) (as text)
Thu Mar 13 21:30:07 2008 UTC (20 months, 2 weeks ago) by noelbush
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +2 -1 lines
File MIME type: text/x-php
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