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

Contents of /contributions/modules/devel_forminspect/devel_forminspect.install

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Jan 15 08:40:12 2007 UTC (2 years, 10 months ago) by heine
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +2 -0 lines
File MIME type: text/x-php
Add cvs id tags
1 <?php
2
3 // $Id$
4
5 function devel_forminspect_install() {
6 db_query("UPDATE {system} SET weight = 100 WHERE name = 'devel_forminspect'");
7 }

  ViewVC Help
Powered by ViewVC 1.1.2