Parent Directory
|
Revision Log
|
Revision Graph
Rewrote README, removed license notice + minor changes to comments.
| 1 | <?php |
| 2 | // $Id: downld.install,v 1.1 2008/06/26 10:28:41 tbarregren Exp $ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Installer script for the Download module. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_install(). |
| 11 | */ |
| 12 | function downld_install() { |
| 13 | db_query("UPDATE {system} SET weight = -100 WHERE name = 'downld'"); |
| 14 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |