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

Contents of /contributions/modules/comment_display/comment_display.install

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Oct 26 15:20:04 2008 UTC (12 months, 4 weeks ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
File MIME type: text/x-php
Initial release of Comment Display module.
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_install().
6 */
7 function comment_display_install() {
8 // Increase module weight so we run after node module.
9 db_query("UPDATE {system} SET weight = 1 WHERE type = 'module' AND name = 'comment_display'");
10 }
11

  ViewVC Help
Powered by ViewVC 1.1.2