function labjs_update_6100 in LABjs 6
Increase the module weight, for current enabled users
File
- ./
labjs.install, line 43 - LABjs install file
Code
function labjs_update_6100() {
labjs_enable();
return array();
}
Increase the module weight, for current enabled users
function labjs_update_6100() {
labjs_enable();
return array();
}