| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |