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

Contents of /contributions/modules/zoomify/zoomify.install

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Jan 9 20:50:11 2008 UTC (22 months, 2 weeks ago) by kratib
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
Significant changes in file handling
1 <?php
2 // $Id: zoomify.install,v 1.2 2007/12/14 16:36:55 kratib Exp $
3
4 require_once('rrmdir.inc');
5 require_once('zoomify.inc');
6
7 function zoomify_uninstall() {
8 variable_del('zoomify_minimum_width');
9 variable_del('zoomify_minimum_height');
10 variable_del('zoomify_width');
11 variable_del('zoomify_height');
12 rrmdir(_zoomify_basepath());
13 }
14

  ViewVC Help
Powered by ViewVC 1.1.2