function draggableviews_update_8104 in DraggableViews 8
Same name and namespace in other branches
- 2.0.x draggableviews.install \draggableviews_update_8104()
Implements hook_update().
File
- ./
draggableviews.install, line 79 - Install, update and uninstall functions for the draggableviews module.
Code
function draggableviews_update_8104(&$sandbox) {
// the update hook here accidentally cropped in into 1.1 but it shouldn't be
// there, I belivee that removing it should be harmless.
}