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

Diff of /contributions/modules/zoomify/zoomify.install

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

revision 1.1.2.1, Fri Jan 25 21:39:08 2008 UTC revision 1.1.2.1.4.1, Fri May 1 02:54:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: zoomify.install,v 1.3 2008/01/09 20:50:11 kratib Exp $  // $Id: zoomify.install,v 1.1.2.1 2008/01/25 21:39:08 kratib Exp $
3    
4  require_once('rrmdir.inc');  require_once('rrmdir.inc');
5  require_once('zoomify.inc');  require_once('zoomify.inc');
# Line 9  function zoomify_uninstall() { Line 9  function zoomify_uninstall() {
9    variable_del('zoomify_minimum_height');    variable_del('zoomify_minimum_height');
10    variable_del('zoomify_width');    variable_del('zoomify_width');
11    variable_del('zoomify_height');    variable_del('zoomify_height');
12      variable_del('zoomify_applet');
13    rrmdir(_zoomify_basepath());    rrmdir(_zoomify_basepath());
14  }  }
15    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.1.4.1

  ViewVC Help
Powered by ViewVC 1.1.2