From c7811520f1e368d00fb86448b437817e6e2bc325 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 16:35:12 +0800 Subject: [PATCH] Lock.php --- Lock.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Lock.php b/Lock.php index dfd42872..fa29ec07 100644 --- a/Lock.php +++ b/Lock.php @@ -87,6 +87,22 @@ class Pman_Core_Lock extends Pman $this->jok($id); } + + function canUnlock() + { + // the only scenario where we can automatically unlock is::: + + // this user owns the lock. + + // the user who owns the lock is not logged in.. + + + + + + + } + } \ No newline at end of file -- 2.39.2