Skip to content
Snippets Groups Projects
asc_book_override.install 94 B
Newer Older
Michael Lee's avatar
Michael Lee committed
<?php
function asc_book_override_install()
{
    module_set_weight('asc_book_override', 1);
}