Parent Directory
|
Revision Log
|
Revision Graph
Reorganizing the package
| 1 | <?php |
| 2 | /** |
| 3 | * Set module weight |
| 4 | * |
| 5 | * Make sure this runs after taxonomy, i18n and translation modules |
| 6 | * and ideally after all other modules implementing nodeapi hook. |
| 7 | */ |
| 8 | function i18nsync_install() { |
| 9 | db_query("UPDATE {system} SET weight = 100 WHERE name = 'i18nsync' AND type = 'module'"); |
| 10 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |