aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/lock/db.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-13 02:17:24 +0100
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:54 -0500
commit7a2c5e618b62d80df05f7b21c77d840b9e764ef6 (patch)
tree6538c17f6f63ab6653603790a7277d0262b26f92 /phpBB/includes/lock/db.php
parent2e47409e8093284a03c23bb9bd6c8e87f407cb35 (diff)
downloadforums-7a2c5e618b62d80df05f7b21c77d840b9e764ef6.tar
forums-7a2c5e618b62d80df05f7b21c77d840b9e764ef6.tar.gz
forums-7a2c5e618b62d80df05f7b21c77d840b9e764ef6.tar.bz2
forums-7a2c5e618b62d80df05f7b21c77d840b9e764ef6.tar.xz
forums-7a2c5e618b62d80df05f7b21c77d840b9e764ef6.zip
[feature/system-cron] preg_match returns int so cast to bool, fix comment
PHPBB3-9596
Diffstat (limited to 'phpBB/includes/lock/db.php')
-rw-r--r--phpBB/includes/lock/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/lock/db.php b/phpBB/includes/lock/db.php
index f5f1b4c6f9..20dbb63e0c 100644
--- a/phpBB/includes/lock/db.php
+++ b/phpBB/includes/lock/db.php
@@ -55,7 +55,7 @@ class phpbb_lock_db
/**
* Creates a named released instance of the lock.
*
- * You have to call lock to actually create the lock.
+ * You have to call acquire() to actually create the lock.
*
* @param string $config_name A config variable to be used for locking
* @param array $config The phpBB configuration