From 7264290ea8117a9b65d181e55b7d36658c04ecbb Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 2 Jan 2011 17:26:40 +0000 Subject: #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup --- includes/lock.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes/lock.inc') diff --git a/includes/lock.inc b/includes/lock.inc index f23c49988..6dd4b9352 100644 --- a/includes/lock.inc +++ b/includes/lock.inc @@ -7,8 +7,10 @@ */ /** - * @defgroup lock Functions to coordinate long-running operations across requests. + * @defgroup lock Locking mechanisms * @{ + * Functions to coordinate long-running operations across requests. + * * In most environments, multiple Drupal page requests (a.k.a. threads or * processes) will execute in parallel. This leads to potential conflicts or * race conditions when two requests execute the same code at the same time. A -- cgit v1.2.3