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

Contents of /contributions/modules/profile_category_weight/profile_category_weight.install

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Sep 5 21:17:04 2008 UTC (14 months, 3 weeks ago) by hanoii
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial commit. Configure weights for profile categories for the registration form.
1 <?php
2 // $Id$
3
4 function profile_category_weight_uninstall() {
5 variable_del('profile_category_weight_categories');
6 }

  ViewVC Help
Powered by ViewVC 1.1.2