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

Contents of /contributions/modules/greybox/greybox.install

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


Revision 1.2 - (show annotations) (download) (as text)
Thu Dec 4 11:32:23 2008 UTC (11 months, 2 weeks ago) by Gurpartap
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.1: +10 -2 lines
File MIME type: text/x-php
#312855 - greybox for Drupal 6
#293670 - Change height in link
#233215 - 2 bars cause maddening scrolling
1 <?php
2 // $Id: greybox.install,v 1.1.2.1 2007/07/14 17:53:00 Gurpartap Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function greybox_uninstall() {
8 variable_del('greybox_class_text');
9 variable_del('greybox_window_width');
10 variable_del('greybox_window_height');
11 }
12
13 /**
14 * Implementation(s) of hook_update_N().
15 */
16 function greybox_update_6000() {
17 variable_del('greybox_enable');
18 variable_del('greybox_animate');
19
20 return array();
21 }

  ViewVC Help
Powered by ViewVC 1.1.2