Parent Directory
|
Revision Log
|
Revision Graph
Initial release of Comment Display module.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_install(). |
| 6 | */ |
| 7 | function comment_display_install() { |
| 8 | // Increase module weight so we run after node module. |
| 9 | db_query("UPDATE {system} SET weight = 1 WHERE type = 'module' AND name = 'comment_display'"); |
| 10 | } |
| 11 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |