Revision 582db59d
Added by Assos Assos almost 9 years ago
drupal7/modules/node/node.module | ||
---|---|---|
3669 | 3669 |
} |
3670 | 3670 |
|
3671 | 3671 |
/** |
3672 |
* Implements callback_batch_operation(). |
|
3673 |
* |
|
3672 | 3674 |
* Performs batch operation for node_access_rebuild(). |
3673 | 3675 |
* |
3674 | 3676 |
* This is a multistep operation: we go through all nodes by packs of 20. The |
... | ... | |
3707 | 3709 |
} |
3708 | 3710 |
|
3709 | 3711 |
/** |
3712 |
* Implements callback_batch_finished(). |
|
3713 |
* |
|
3710 | 3714 |
* Performs post-processing for node_access_rebuild(). |
3711 | 3715 |
* |
3712 | 3716 |
* @param bool $success |
Also available in: Unified diff
Update Drupal core to version 7.40