[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/drupalforfirebug/ -> drupalforfirebug.install (source)

   1  <?php
   2  
   3  /**
   4  * Implementation of hook_instal()
   5  */
   6  function drupalforfirebug_install() {
   7    db_query("UPDATE {system} SET weight = 100000 WHERE name = 'drupalforfirebug'");
   8  }
   9  
  10  function drupalforfirebug_update_1() {
  11    $items = array();
  12    $items[] = update_sql("UPDATE {system} SET weight = 100000 WHERE name = 'drupalforfirebug'");
  13    return $items;
  14  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7