Revision bd0d4c5c
Added by Geoffroy Desvernay over 5 years ago
drupal7/modules/system/system.install | ||
---|---|---|
3285 | 3285 |
->execute(); |
3286 | 3286 |
} |
3287 | 3287 |
|
3288 |
/** |
|
3289 |
* Add 'jquery-extend-3.4.0.js' to the 'jquery' library. |
|
3290 |
*/ |
|
3291 |
function system_update_7082() { |
|
3292 |
// Empty update to force a rebuild of hook_library() and JS aggregates. |
|
3293 |
} |
|
3294 |
|
|
3288 | 3295 |
/** |
3289 | 3296 |
* @} End of "defgroup updates-7.x-extra". |
3290 | 3297 |
* The next series of updates should start at 8000. |
Also available in: Unified diff
MAJ 7.66