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

Contents of /contributions/modules/profiletabs/profiletabs.install

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Apr 8 14:49:21 2008 UTC (19 months, 2 weeks ago) by maartenvg
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Changes since 1.1: +7 -2 lines
File MIME type: text/x-php
By fixing issue #173848 changed the way tabs are generated. Checked code with coder.module
1 <?php
2 // $Id: profiletabs.install,v 1.1 2007/08/04 09:20:23 maartenvg Exp $
3
4 /**
5 * Implementation of hook_uninstall();
6 */
7 function profiletabs_uninstall() {
8 variable_del('profiletabs_default');
9 variable_del('profiletabs_hidden');
10 }

  ViewVC Help
Powered by ViewVC 1.1.2