function jscalendar_install in Javascript Tools 5
Implementation of hook_install().
File
- jscalendar/
jscalendar.install, line 6
Code
function jscalendar_install() {
//set a high weight so jscalendar is called after all other hook_form_alters which may add jscalendar to various forms
db_query("UPDATE {system} SET weight = 10 WHERE name = 'jscalendar'");
}