function jquery_update_update_6100 in jQuery Update 6.2
Same name and namespace in other branches
- 6 jquery_update.install \jquery_update_update_6100()
Set module's weight high so that it runs after other modules.
File
- ./
jquery_update.install, line 37 - Install file for jQuery Update.
Code
function jquery_update_update_6100() {
$ret = array();
$ret[] = update_sql("UPDATE {system} SET weight = 99 WHERE name = 'jquery_update' and type = 'module'");
return $ret;
}