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

Contents of /contributions/modules/meez/meez.install

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Jul 7 21:59:26 2008 UTC (16 months, 3 weeks ago) by greggles
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
copying the d5 code to HEAD to prepare for 6.x port
1 <?php
2 // $Id: meez.install,v 1.1.2.1 2008/07/03 16:42:19 greggles Exp $
3
4 /**
5 * Implementation of hook_install().
6 */
7 function meez_install() {
8 db_query("UPDATE {system} SET weight = -1 WHERE name = 'meez'");
9 }
10
11
12 /**
13 * Implementation of hook_install().
14 */
15 function meez_update_1() {
16 db_query("UPDATE {system} SET weight = -1 WHERE name = 'meez'");
17 }

  ViewVC Help
Powered by ViewVC 1.1.2