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

Contents of /contributions/modules/vertical_tabs/vertical_tabs.install

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Aug 16 05:36:43 2008 UTC (15 months, 1 week ago) by dmitrig01
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of the Vertical Tabs module. Provides vertical tabs on the node add form instead of fieldsets (see http://tinyurl.com/vertical-tabs).
1 <?php
2
3 /**
4 * Implementation of hook_install().
5 */
6 function vertical_tabs_install() {
7 // Make this module pretty heavy.
8 db_query("UPDATE system SET weight = 9999999999 WHERE name = '%s'", 'vertical_tabs');
9 }

  ViewVC Help
Powered by ViewVC 1.1.2