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

Contents of /contributions/modules/popups/popups.install

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


Revision 1.4 - (show annotations) (download) (as text)
Thu Mar 6 20:32:50 2008 UTC (20 months, 3 weeks ago) by starbow
Branch: MAIN
CVS Tags: DRUPAL-6--1-1-beta, DRUPAL-6--1-1-RC4, DRUPAL-6--1-1-RC1, DRUPAL-6--1-1-RC3, DRUPAL-6--1-1-RC2, DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-alpha, DRUPAL-6--1-0-beta3, DRUPAL-6--1-1-beta4, DRUPAL-6--1-1-beta5, DRUPAL-6--1-1-beta2, DRUPAL-6--1-1-beta3, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2, DRUPAL-7--1, DRUPAL-5
Changes since 1.3: +3 -2 lines
File MIME type: text/x-php
Backport of the initial D7 patches.
Use json as the communication protocol.
Multi-form flow.
1 <?php
2 // $Id: popups.install,v 1.3 2008/01/31 22:54:31 starbow Exp $
3
4 /**
5 * Implementation of hook_install().
6 *
7 * Ensures private_upload runs after theme
8 * Expiremental - go last.
9 */
10 function popups_install() {
11 db_query("UPDATE {system} SET weight = %d WHERE name = 'popups'", 9999);
12 }

  ViewVC Help
Powered by ViewVC 1.1.2