function javascript_aggregator_update_6150 in Javascript Aggregator 6
Set module's weight high so that it runs after other modules.
File
- ./
javascript_aggregator.install, line 30 - Install, update and uninstall functions for the javascript_aggregator module.
Code
function javascript_aggregator_update_6150() {
$ret = array();
$ret[] = update_sql("UPDATE {system} SET weight = 109 WHERE name = 'javascript_aggregator' AND type = 'module'");
cache_clear_all();
return $ret;
}