From: Alan Knowles Date: Thu, 18 Nov 2010 08:35:12 +0000 (+0800) Subject: Lock.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c7811520f1e368d00fb86448b437817e6e2bc325 Lock.php --- 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