| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Implementation of hook_install() 5 */ 6 function drupalforfirebug_preprocess_install() { 7 db_query("UPDATE {system} SET weight = -100000 WHERE name = 'drupalforfirebug_preprocess'"); 8 }
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 |