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

Contents of /contributions/modules/downld/downld.install

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Dec 3 20:13:43 2008 UTC (11 months, 3 weeks ago) by ximo
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +3 -14 lines
File MIME type: text/x-php
Rewrote README, removed license notice + minor changes to comments.
1 <?php
2 // $Id: downld.install,v 1.1 2008/06/26 10:28:41 tbarregren Exp $
3
4 /**
5 * @file
6 * Installer script for the Download module.
7 */
8
9 /**
10 * Implementation of hook_install().
11 */
12 function downld_install() {
13 db_query("UPDATE {system} SET weight = -100 WHERE name = 'downld'");
14 }

  ViewVC Help
Powered by ViewVC 1.1.2