diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-24 21:00:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-24 21:00:26 +0000 |
| commit | 1b60aee645de67c474ce11b6e4db2c9ee36719ca (patch) | |
| tree | ec578c7f094bfe298e39e36337f264aab77ccdb0 /lookup_page_inc.php | |
| parent | ca7b77ea4f420c59e096aad4a5c5ae4865aee70c (diff) | |
| download | wiki-1b60aee645de67c474ce11b6e4db2c9ee36719ca.tar.gz wiki-1b60aee645de67c474ce11b6e4db2c9ee36719ca.tar.bz2 wiki-1b60aee645de67c474ce11b6e4db2c9ee36719ca.zip | |
synch recent changes from R1 to HEAD
Diffstat (limited to 'lookup_page_inc.php')
| -rw-r--r-- | lookup_page_inc.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php index 75e16a9..e826296 100644 --- a/lookup_page_inc.php +++ b/lookup_page_inc.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.3 2005/08/01 18:42:04 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.4 2005/08/24 21:00:26 squareing Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: lookup_page_inc.php,v 1.3 2005/08/01 18:42:04 squareing Exp $ + * $Id: lookup_page_inc.php,v 1.4 2005/08/24 21:00:26 squareing Exp $ * @package wiki * @subpackage functions */ @@ -99,7 +99,8 @@ } if (isset($_SESSION["edit_lock"])) { - $gBitUser->expungeSemaphore($purlquery["page"], $_SESSION["edit_lock"]); + // TODO - find out if this function is supposed to exist - wolff_borg + //$gBitUser->expungeSemaphore($purlquery["page"], $_SESSION["edit_lock"]); } } |
