1 lock.inc | lock_initialize() |
Initialize the locking system.
Related topics
File
- core/
includes/ lock.inc, line 66 - A database-mediated implementation of a locking mechanism.
Code
function lock_initialize() {
global $locks;
$locks = array();
}