lock_init

Versions
6
lock_init()

Initialize the locking system.

Related topics

Code

drupal-6/includes/lock.inc, line 65

<?php
function lock_init() {
  global $locks;

  $locks = array();
}
?>

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options